Searched refs:nativeAddBatch (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/core/java/android/view/ |
H A D | MotionEvent.java | 1694 private static native void nativeAddBatch(long nativePtr, long eventTimeNanos, in nativeAddBatch() method in MotionEvent 3614 nativeAddBatch(mNativePtr, eventTime * NS_PER_MS, pc, metaState); in addBatch() 3630 nativeAddBatch(mNativePtr, eventTime * NS_PER_MS, pointerCoords, metaState); in addBatch() 3692 nativeAddBatch(mNativePtr, eventTimeNanos, pc, metaState); in addBatch() 3847 nativeAddBatch(ev.mNativePtr, eventTimeNanos, pc, 0); in split()
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 61448 Landroid/view/MotionEvent;->nativeAddBatch(JJ[Landroid/view/MotionEvent$PointerCoords;I)V
|