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() 421 jlong nativePtr, jint pointerIndex, jint historyPos, jobject outPointerCoordsObj) { in android_view_MotionEvent_nativeGetPointerCoords() 520 jlong nativePtr, jint historyPos) { in android_view_MotionEvent_nativeGetEventTimeNanos() 535 jint pointerIndex, jint historyPos) { in android_view_MotionEvent_nativeGetRawAxisValue() 554 jlong nativePtr, jint axis, jint pointerIndex, jint historyPos) { in android_view_MotionEvent_nativeGetAxisValue()
|
| /frameworks/base/core/java/android/view/ |
| D | MotionEvent.java | 1561 int pointerIndex, int historyPos, PointerCoords outPointerCoords); in nativeGetPointerCoords() 1578 private static native long nativeGetEventTimeNanos(long nativePtr, int historyPos); in nativeGetEventTimeNanos() 1582 int axis, int pointerIndex, int historyPos); in nativeGetRawAxisValue() 1585 int axis, int pointerIndex, int historyPos); in nativeGetAxisValue() 3393 final int historyPos = (h == historySize ? HISTORY_CURRENT : h); in addBatch() local 3537 final int historyPos = h == historySize ? HISTORY_CURRENT : h; in split() local
|