Searched refs:notifyStylusGestureStarted (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/input/ |
H A D | BatteryControllerTests.kt | 579 batteryController.notifyStylusGestureStarted(USI_DEVICE_ID, TIMESTAMP) 615 batteryController.notifyStylusGestureStarted(USI_DEVICE_ID, TIMESTAMP) 643 batteryController.notifyStylusGestureStarted(USI_DEVICE_ID, TIMESTAMP)
|
/aosp14/frameworks/base/services/core/jni/ |
H A D | com_android_server_input_InputManagerService.cpp | 110 jmethodID notifyStylusGestureStarted; member 325 void notifyStylusGestureStarted(int32_t deviceId, nsecs_t eventTime) override; 1304 void NativeInputManager::notifyStylusGestureStarted(int32_t deviceId, nsecs_t eventTime) { in notifyStylusGestureStarted() function in android::NativeInputManager 1306 env->CallVoidMethod(mServiceObj, gServiceClassInfo.notifyStylusGestureStarted, deviceId, in notifyStylusGestureStarted() 2753 GET_METHOD_ID(gServiceClassInfo.notifyStylusGestureStarted, clazz, "notifyStylusGestureStarted", in register_android_server_InputManager()
|
/aosp14/frameworks/base/services/core/java/com/android/server/input/ |
H A D | BatteryController.java | 430 public void notifyStylusGestureStarted(int deviceId, long eventTime) { in notifyStylusGestureStarted() method in BatteryController
|
H A D | InputManagerService.java | 2561 private void notifyStylusGestureStarted(int deviceId, long eventTime) { in notifyStylusGestureStarted() method in InputManagerService 2562 mBatteryController.notifyStylusGestureStarted(deviceId, eventTime); in notifyStylusGestureStarted()
|