Home
last modified time | relevance | path

Searched refs:getMouseCursorPosition (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/services/inputflinger/
DPointerChoreographer.h63 virtual vec2 getMouseCursorPosition(ui::LogicalDisplayId displayId) = 0;
110 vec2 getMouseCursorPosition(ui::LogicalDisplayId displayId) override;
DPointerChoreographer.cpp870 vec2 PointerChoreographer::getMouseCursorPosition(ui::LogicalDisplayId displayId) { in getMouseCursorPosition() function in android::PointerChoreographer
/frameworks/base/services/core/java/com/android/server/input/
DNativeInputManagerService.java270 float[] getMouseCursorPosition(int displayId); in getMouseCursorPosition() method
619 public native float[] getMouseCursorPosition(int displayId); in getMouseCursorPosition() method in NativeInputManagerService.NativeImpl
DInputManagerService.java3718 final float[] p = mNative.getMouseCursorPosition(displayId); in getCursorPosition()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp374 vec2 getMouseCursorPosition(ui::LogicalDisplayId displayId);
2171 vec2 NativeInputManager::getMouseCursorPosition(ui::LogicalDisplayId displayId) { in getMouseCursorPosition() function in android::NativeInputManager
2172 return mInputManager->getChoreographer().getMouseCursorPosition(displayId); in getMouseCursorPosition()
3228 const auto p = im->getMouseCursorPosition(ui::LogicalDisplayId{displayId}); in nativeGetMouseCursorPosition()