Lines Matching refs:TouchState
1146 const TouchState* oldState = NULL; in findTouchedWindowTargetsLocked()
2876 TouchState& state = mTouchStatesByDisplay.editValueAt(d); in setInputWindows()
3035 TouchState& state = mTouchStatesByDisplay.editValueAt(d); in transferTouchFocus()
3137 const TouchState& state = mTouchStatesByDisplay.valueAt(i); in dumpDispatchStateLocked()
4431 InputDispatcher::TouchState::TouchState() : in TouchState() function in android::InputDispatcher::TouchState
4435 InputDispatcher::TouchState::~TouchState() { in ~TouchState()
4438 void InputDispatcher::TouchState::reset() { in reset()
4447 void InputDispatcher::TouchState::copyFrom(const TouchState& other) { in copyFrom()
4456 void InputDispatcher::TouchState::addOrUpdateWindow(const sp<InputWindowHandle>& windowHandle, in addOrUpdateWindow()
4482 void InputDispatcher::TouchState::removeWindow(const sp<InputWindowHandle>& windowHandle) { in removeWindow()
4491 void InputDispatcher::TouchState::filterNonAsIsTouchWindows() { in filterNonAsIsTouchWindows()
4505 sp<InputWindowHandle> InputDispatcher::TouchState::getFirstForegroundWindowHandle() const { in getFirstForegroundWindowHandle()
4515 bool InputDispatcher::TouchState::isSlippery() const { in isSlippery()