Searched defs:historyPos (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/jni/ |
D | android_view_MotionEvent.cpp | 167 static bool validateHistoryPos(JNIEnv* env, jint historyPos, size_t historySize) { in validateHistoryPos() 419 jlong nativePtr, jint pointerIndex, jint historyPos, jobject outPointerCoordsObj) { in android_view_MotionEvent_nativeGetPointerCoords() 519 jlong nativePtr, jint historyPos) { in android_view_MotionEvent_nativeGetEventTimeNanos() 534 jint pointerIndex, jint historyPos) { in android_view_MotionEvent_nativeGetRawAxisValue() 553 jlong nativePtr, jint axis, jint pointerIndex, jint historyPos) { in android_view_MotionEvent_nativeGetAxisValue()
|
/frameworks/base/core/java/android/view/ |
D | MotionEvent.java | 1478 int pointerIndex, int historyPos, PointerCoords outPointerCoords); in nativeGetPointerCoords() 1495 private static native long nativeGetEventTimeNanos(long nativePtr, int historyPos); in nativeGetEventTimeNanos() 1498 int axis, int pointerIndex, int historyPos); in nativeGetRawAxisValue() 1501 int axis, int pointerIndex, int historyPos); in nativeGetAxisValue() 3067 final int historyPos = (h == historySize ? HISTORY_CURRENT : h); in addBatch() local 3210 final int historyPos = h == historySize ? HISTORY_CURRENT : h; in split() local
|