Searched defs:nativeGetSource (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DMotionEvent.java1511 private static native int nativeGetSource(long nativePtr); method in class:MotionEvent
1878 return nativeGetSource(mNativePtr);
3041 || nativeGetSource(mNativePtr) != nativeGetSource(event.mNativePtr)
3126 nativeGetDeviceId(mNativePtr), nativeGetSource(mNativePtr),
3219 nativeGetDeviceId(mNativePtr), nativeGetSource(mNativePtr),

Completed in 63 milliseconds