Searched refs:nativeGetPointerCoords (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | MotionEvent.java | 1531 private static native void nativeGetPointerCoords(long nativePtr, in nativeGetPointerCoords() method in MotionEvent 2526 nativeGetPointerCoords(mNativePtr, pointerIndex, HISTORY_CURRENT, outPointerCoords); in getPointerCoords() 3113 nativeGetPointerCoords(mNativePtr, pointerIndex, pos, outPointerCoords); in getHistoricalPointerCoords() 3285 nativeGetPointerCoords(event.mNativePtr, i, historyPos, pc[i]); in addBatch() 3336 nativeGetPointerCoords(mNativePtr, i, HISTORY_CURRENT, pc[i]); in clampNoHistory() 3429 nativeGetPointerCoords(mNativePtr, map[i], historyPos, pc[i]); in split()
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 75894 Landroid/view/MotionEvent;->nativeGetPointerCoords(JIILandroid/view/MotionEvent$PointerCoords;)V
|