Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DMotionEvent.java1735 private static native int nativeGetDeviceId(long nativePtr); in nativeGetDeviceId() method in MotionEvent
2262 return nativeGetDeviceId(mNativePtr); in getDeviceId()
3655 if (nativeGetDeviceId(mNativePtr) != nativeGetDeviceId(event.mNativePtr) in addBatch()
3743 ev.initialize(nativeGetDeviceId(mNativePtr), nativeGetSource(mNativePtr), in clampNoHistory()
3837 ev.initialize(nativeGetDeviceId(mNativePtr), nativeGetSource(mNativePtr), in split()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt61458 Landroid/view/MotionEvent;->nativeGetDeviceId(J)I