Home
last modified time | relevance | path

Searched defs:notifyStylusGestureStarted (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/services/inputflinger/tests/
DFakeInputReaderPolicy.cpp258 void FakeInputReaderPolicy::notifyStylusGestureStarted(int32_t deviceId, nsecs_t eventTime) { in notifyStylusGestureStarted() function in android::FakeInputReaderPolicy
/frameworks/native/services/inputflinger/tests/fuzzers/
DMapperHelpers.h291 void notifyStylusGestureStarted(int32_t, nsecs_t) {} in notifyStylusGestureStarted() function
342 void notifyStylusGestureStarted(int32_t, nsecs_t) {} in notifyStylusGestureStarted() function
/frameworks/base/services/core/java/com/android/server/input/
DBatteryController.java430 public void notifyStylusGestureStarted(int deviceId, long eventTime) { in notifyStylusGestureStarted() method in BatteryController
DInputManagerService.java2561 private void notifyStylusGestureStarted(int deviceId, long eventTime) { in notifyStylusGestureStarted() method in InputManagerService
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp110 jmethodID notifyStylusGestureStarted; member
1304 void NativeInputManager::notifyStylusGestureStarted(int32_t deviceId, nsecs_t eventTime) { in notifyStylusGestureStarted() function in android::NativeInputManager