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

/frameworks/base/core/java/android/view/
H A DMotionEvent.java1331 private static native int nativeGetSource(int nativePtr); method in class:MotionEvent
1684 return nativeGetSource(mNativePtr);
2785 || nativeGetSource(mNativePtr) != nativeGetSource(event.mNativePtr)
2870 nativeGetDeviceId(mNativePtr), nativeGetSource(mNativePtr),
2963 nativeGetDeviceId(mNativePtr), nativeGetSource(mNativePtr),

Completed in 112 milliseconds