Home
last modified time | relevance | path

Searched refs:notifyStylusGestureStarted (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/input/
H A DBatteryControllerTests.kt579 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 Dcom_android_server_input_InputManagerService.cpp110 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 DBatteryController.java430 public void notifyStylusGestureStarted(int deviceId, long eventTime) { in notifyStylusGestureStarted() method in BatteryController
H A DInputManagerService.java2561 private void notifyStylusGestureStarted(int deviceId, long eventTime) { in notifyStylusGestureStarted() method in InputManagerService
2562 mBatteryController.notifyStylusGestureStarted(deviceId, eventTime); in notifyStylusGestureStarted()