Lines Matching refs:TouchState
27 TouchState::TouchState() in TouchState() function in android::inputdispatcher::TouchState
30 TouchState::~TouchState() {} in ~TouchState()
32 void TouchState::reset() { in reset()
43 void TouchState::copyFrom(const TouchState& other) { in copyFrom()
54 void TouchState::addOrUpdateWindow(const sp<InputWindowHandle>& windowHandle, int32_t targetFlags, in addOrUpdateWindow()
79 void TouchState::addPortalWindow(const sp<InputWindowHandle>& windowHandle) { in addPortalWindow()
89 void TouchState::addGestureMonitors(const std::vector<TouchedMonitor>& newMonitors) { in addGestureMonitors()
96 void TouchState::removeWindow(const sp<InputWindowHandle>& windowHandle) { in removeWindow()
105 void TouchState::removeWindowByToken(const sp<IBinder>& token) { in removeWindowByToken()
114 void TouchState::filterNonAsIsTouchWindows() { in filterNonAsIsTouchWindows()
128 void TouchState::filterNonMonitors() { in filterNonMonitors()
133 sp<InputWindowHandle> TouchState::getFirstForegroundWindowHandle() const { in getFirstForegroundWindowHandle()
143 bool TouchState::isSlippery() const { in isSlippery()