Home
last modified time | relevance | path

Searched defs:isResampled (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/libs/input/tests/
DTouchResampling_test.cpp34 bool isResampled = false; member
DVelocityTracker_test.cpp87 bool isResampled = false; member
/frameworks/base/core/jni/
Dandroid_view_MotionEvent.cpp62 jfieldID isResampled; member
462 const bool isResampled = historyPos == HISTORY_CURRENT in android_view_MotionEvent_nativeGetPointerCoords() local
/frameworks/native/include/input/
DInput.h429 bool isResampled; member
831 inline bool isResampled(size_t pointerIndex, size_t historicalIndex) const { in isResampled() function
/frameworks/base/core/java/android/view/
DMotionEvent.java4382 public boolean isResampled; field in MotionEvent.PointerCoords