Home
last modified time | relevance | path

Searched refs:nativeGetSource (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/core/java/android/view/
H A DMotionEvent.java1601 private static native int nativeGetSource(long nativePtr); in nativeGetSource() method in MotionEvent
2088 return nativeGetSource(mNativePtr); in getSource()
3364 || nativeGetSource(mNativePtr) != nativeGetSource(event.mNativePtr) in addBatch()
3451 ev.initialize(nativeGetDeviceId(mNativePtr), nativeGetSource(mNativePtr), in clampNoHistory()
3545 ev.initialize(nativeGetDeviceId(mNativePtr), nativeGetSource(mNativePtr), in split()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt64792 Landroid/view/MotionEvent;->nativeGetSource(J)I