Home
last modified time | relevance | path

Searched defs:getMouseCursorPosition (Results 1 – 3 of 3) sorted by relevance

/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
/frameworks/native/services/inputflinger/
DPointerChoreographer.cpp870 vec2 PointerChoreographer::getMouseCursorPosition(ui::LogicalDisplayId displayId) { in getMouseCursorPosition() function in android::PointerChoreographer
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp2171 vec2 NativeInputManager::getMouseCursorPosition(ui::LogicalDisplayId displayId) { in getMouseCursorPosition() function in android::NativeInputManager
3429 {"getMouseCursorPosition", "(I)[F", (void*)nativeGetMouseCursorPosition}, in getMouseCursorPosition() method