Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DPointerChoreographer.h62 virtual FloatPoint getMouseCursorPosition(ui::LogicalDisplayId displayId) = 0;
99 FloatPoint getMouseCursorPosition(ui::LogicalDisplayId displayId) override;
DPointerChoreographer.cpp730 FloatPoint PointerChoreographer::getMouseCursorPosition(ui::LogicalDisplayId displayId) { in getMouseCursorPosition() function in android::PointerChoreographer
/frameworks/base/services/core/java/com/android/server/input/
DNativeInputManagerService.java244 float[] getMouseCursorPosition(int displayId); in getMouseCursorPosition() method
532 public native float[] getMouseCursorPosition(int displayId); in getMouseCursorPosition() method in NativeInputManagerService.NativeImpl
DInputManagerService.java3088 final float[] p = mNative.getMouseCursorPosition(displayId); in getCursorPosition()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp309 FloatPoint getMouseCursorPosition(ui::LogicalDisplayId displayId);
1721 FloatPoint NativeInputManager::getMouseCursorPosition(ui::LogicalDisplayId displayId) { in getMouseCursorPosition() function in android::NativeInputManager
1722 return mInputManager->getChoreographer().getMouseCursorPosition(displayId); in getMouseCursorPosition()
2677 const auto p = im->getMouseCursorPosition(ui::LogicalDisplayId{displayId}); in nativeGetMouseCursorPosition()