Searched refs:validateHistoryPos (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/jni/ |
D | android_view_MotionEvent.cpp | 178 static bool validateHistoryPos(JNIEnv* env, jint historyPos, const MotionEvent& event) { in validateHistoryPos() function 429 if (historyPos != HISTORY_CURRENT && !validateHistoryPos(env, historyPos, *event)) { in android_view_MotionEvent_nativeGetPointerCoords() 551 if (!validateHistoryPos(env, historyPos, *event)) { in android_view_MotionEvent_nativeGetEventTimeNanos() 569 if (!validateHistoryPos(env, historyPos, *event)) { in android_view_MotionEvent_nativeGetRawAxisValue() 586 if (!validateHistoryPos(env, historyPos, (*event))) { in android_view_MotionEvent_nativeGetAxisValue()
|