Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/libandroid/
Dstubs_arm.cc187 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AMotionEvent_getXPrecision);
477 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AMotionEvent_getXPrecision); in init_stub_library()
Dstubs_arm64.cc187 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AMotionEvent_getXPrecision);
477 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AMotionEvent_getXPrecision); in init_stub_library()
/frameworks/native/include/android/
Dinput.h1032 float AMotionEvent_getXPrecision(const AInputEvent* motion_event);
/frameworks/base/native/android/
Dlibandroid.map.txt136 AMotionEvent_getXPrecision;
Dinput.cpp121 float AMotionEvent_getXPrecision(const AInputEvent* motion_event) { in AMotionEvent_getXPrecision() function