Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_view_MotionEvent.cpp178 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()