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

/frameworks/base/core/jni/
H A Dandroid_view_MotionEvent.cpp112 static const jint HISTORY_CURRENT = -0x80000000; member in namespace:android
587 if (historyPos == HISTORY_CURRENT) {
606 if (historyPos == HISTORY_CURRENT) {
625 if (historyPos == HISTORY_CURRENT) {
646 if (historyPos == HISTORY_CURRENT) {
/frameworks/base/core/java/android/view/
H A DMotionEvent.java1286 private static final int HISTORY_CURRENT = -0x80000000; field in class:MotionEvent
1792 return nativeGetEventTimeNanos(mNativePtr, HISTORY_CURRENT) / NS_PER_MS;
1811 return nativeGetEventTimeNanos(mNativePtr, HISTORY_CURRENT);
1821 return nativeGetAxisValue(mNativePtr, AXIS_X, 0, HISTORY_CURRENT);
1831 return nativeGetAxisValue(mNativePtr, AXIS_Y, 0, HISTORY_CURRENT);
1841 return nativeGetAxisValue(mNativePtr, AXIS_PRESSURE, 0, HISTORY_CURRENT);
1851 return nativeGetAxisValue(mNativePtr, AXIS_SIZE, 0, HISTORY_CURRENT);
1861 return nativeGetAxisValue(mNativePtr, AXIS_TOUCH_MAJOR, 0, HISTORY_CURRENT);
1871 return nativeGetAxisValue(mNativePtr, AXIS_TOUCH_MINOR, 0, HISTORY_CURRENT);
1881 return nativeGetAxisValue(mNativePtr, AXIS_TOOL_MAJOR, 0, HISTORY_CURRENT);
[all...]

Completed in 70 milliseconds