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() 422 jlong nativePtr, jint pointerIndex, jint historyPos, jobject outPointerCoordsObj) { in android_view_MotionEvent_nativeGetPointerCoords() 522 jlong nativePtr, jint historyPos) { in android_view_MotionEvent_nativeGetEventTimeNanos() 537 jint pointerIndex, jint historyPos) { in android_view_MotionEvent_nativeGetRawAxisValue() 556 jlong nativePtr, jint axis, jint pointerIndex, jint historyPos) { in android_view_MotionEvent_nativeGetAxisValue()
|
/frameworks/base/core/java/android/view/ |
D | MotionEvent.java | 1532 int pointerIndex, int historyPos, PointerCoords outPointerCoords); in nativeGetPointerCoords() 1549 private static native long nativeGetEventTimeNanos(long nativePtr, int historyPos); in nativeGetEventTimeNanos() 1553 int axis, int pointerIndex, int historyPos); in nativeGetRawAxisValue() 1556 int axis, int pointerIndex, int historyPos); in nativeGetAxisValue() 3282 final int historyPos = (h == historySize ? HISTORY_CURRENT : h); in addBatch() local 3426 final int historyPos = h == historySize ? HISTORY_CURRENT : h; in split() local
|