Searched refs:validateHistoryPos (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/core/jni/ |
H A D | android_view_MotionEvent.cpp | 186 static bool validateHistoryPos(JNIEnv* env, jint historyPos, const MotionEvent& event) { in validateHistoryPos() function 426 if (historyPos != HISTORY_CURRENT && !validateHistoryPos(env, historyPos, *event)) { in android_view_MotionEvent_nativeGetPointerCoords() 548 if (!validateHistoryPos(env, historyPos, *event)) { in android_view_MotionEvent_nativeGetEventTimeNanos() 566 if (!validateHistoryPos(env, historyPos, *event)) { in android_view_MotionEvent_nativeGetRawAxisValue() 583 if (!validateHistoryPos(env, historyPos, (*event))) { in android_view_MotionEvent_nativeGetAxisValue()
|