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

/frameworks/base/core/java/android/view/
H A DMotionEvent.java1409 private static final int HISTORY_CURRENT = -0x80000000; field in class:MotionEvent
1935 return nativeGetEventTimeNanos(mNativePtr, HISTORY_CURRENT) / NS_PER_MS;
1954 return nativeGetEventTimeNanos(mNativePtr, HISTORY_CURRENT);
1964 return nativeGetAxisValue(mNativePtr, AXIS_X, 0, HISTORY_CURRENT);
1974 return nativeGetAxisValue(mNativePtr, AXIS_Y, 0, HISTORY_CURRENT);
1984 return nativeGetAxisValue(mNativePtr, AXIS_PRESSURE, 0, HISTORY_CURRENT);
1994 return nativeGetAxisValue(mNativePtr, AXIS_SIZE, 0, HISTORY_CURRENT);
2004 return nativeGetAxisValue(mNativePtr, AXIS_TOUCH_MAJOR, 0, HISTORY_CURRENT);
2014 return nativeGetAxisValue(mNativePtr, AXIS_TOUCH_MINOR, 0, HISTORY_CURRENT);
2024 return nativeGetAxisValue(mNativePtr, AXIS_TOOL_MAJOR, 0, HISTORY_CURRENT);
[all...]
/frameworks/base/core/jni/
H A Dandroid_view_MotionEvent.cpp115 static const jint HISTORY_CURRENT = -0x80000000; member in namespace:android
602 if (historyPos == HISTORY_CURRENT) {
621 if (historyPos == HISTORY_CURRENT) {
640 if (historyPos == HISTORY_CURRENT) {
661 if (historyPos == HISTORY_CURRENT) {

Completed in 29 milliseconds