Lines Matching refs:TouchState
960 const TouchState& state = mTouchStatesByDisplay.valueAt(stateIndex); in dispatchMotionLocked()
1115 TouchState& state = mTouchStatesByDisplay.editValueAt(d); in removeWindowByTokenLocked()
1281 const TouchState* oldState = nullptr; in findTouchedWindowTargetsLocked()
3276 TouchState& state = mTouchStatesByDisplay.editValueAt(stateIndex); in setInputWindows()
3499 TouchState& state = mTouchStatesByDisplay.editValueAt(d); in transferTouchFocus()
3619 const TouchState& state = mTouchStatesByDisplay.valueAt(i); in dumpDispatchStateLocked()
3979 TouchState& state = mTouchStatesByDisplay.editValueAt(stateIndex); in pilferPointers()
5093 InputDispatcher::TouchState::TouchState() : in TouchState() function in android::InputDispatcher::TouchState
5097 InputDispatcher::TouchState::~TouchState() { in ~TouchState()
5100 void InputDispatcher::TouchState::reset() { in reset()
5111 void InputDispatcher::TouchState::copyFrom(const TouchState& other) { in copyFrom()
5122 void InputDispatcher::TouchState::addOrUpdateWindow(const sp<InputWindowHandle>& windowHandle, in addOrUpdateWindow()
5147 void InputDispatcher::TouchState::addPortalWindow(const sp<InputWindowHandle>& windowHandle) { in addPortalWindow()
5157 void InputDispatcher::TouchState::addGestureMonitors( in addGestureMonitors()
5165 void InputDispatcher::TouchState::removeWindow(const sp<InputWindowHandle>& windowHandle) { in removeWindow()
5174 void InputDispatcher::TouchState::removeWindowByToken(const sp<IBinder>& token) { in removeWindowByToken()
5183 void InputDispatcher::TouchState::filterNonAsIsTouchWindows() { in filterNonAsIsTouchWindows()
5197 void InputDispatcher::TouchState::filterNonMonitors() { in filterNonMonitors()
5202 sp<InputWindowHandle> InputDispatcher::TouchState::getFirstForegroundWindowHandle() const { in getFirstForegroundWindowHandle()
5212 bool InputDispatcher::TouchState::isSlippery() const { in isSlippery()