Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_view_MotionEvent.cpp206 static PointerCoords pointerCoordsToNative(JNIEnv* env, jobject pointerCoordsObj) { in pointerCoordsToNative() function
364 rawPointerCoords.emplace_back(pointerCoordsToNative(env, pointerCoordsObj)); in android_view_MotionEvent_nativeInitialize()
412 rawPointerCoords.emplace_back(pointerCoordsToNative(env, pointerCoordsObj)); in android_view_MotionEvent_nativeAddBatch()