Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/
H A DMotionEvent.java1599 private static native int nativeGetDeviceId(long nativePtr); in nativeGetDeviceId() method in MotionEvent
2082 return nativeGetDeviceId(mNativePtr); in getDeviceId()
3363 if (nativeGetDeviceId(mNativePtr) != nativeGetDeviceId(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.txt64781 Landroid/view/MotionEvent;->nativeGetDeviceId(J)I