Searched defs:notifySwitch (Results 1 – 6 of 6) sorted by relevance
88 virtual void notifySwitch(nsecs_t, uint32_t, uint32_t, uint32_t) { in notifySwitch() function in android::FakeInputDispatcherPolicy
349 virtual void notifySwitch(const NotifySwitchArgs* args) { in notifySwitch() function in android::FakeInputListener
166 void QueuedInputListener::notifySwitch(const NotifySwitchArgs* args) { in notifySwitch() function in android::QueuedInputListener
2613 void InputDispatcher::notifySwitch(const NotifySwitchArgs* args) { in notifySwitch() function in android::InputDispatcher
81 jmethodID notifySwitch; member646 void NativeInputManager::notifySwitch(nsecs_t when, in notifySwitch() function in android::NativeInputManager
1781 private void notifySwitch(long whenNanos, int switchValues, int switchMask) { in notifySwitch() method in InputManagerService