Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DMotionEvent.java1613 private static native int nativeGetDeviceId(long nativePtr); in nativeGetDeviceId() method in MotionEvent
2099 return nativeGetDeviceId(mNativePtr); in getDeviceId()
3452 if (nativeGetDeviceId(mNativePtr) != nativeGetDeviceId(event.mNativePtr) in addBatch()
3540 ev.initialize(nativeGetDeviceId(mNativePtr), nativeGetSource(mNativePtr), in clampNoHistory()
3634 ev.initialize(nativeGetDeviceId(mNativePtr), nativeGetSource(mNativePtr), in split()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt61458 Landroid/view/MotionEvent;->nativeGetDeviceId(J)I