Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DInputEventBuilders.h50 PointerBuilder& isResampled(bool isResampled) { in isResampled() function
DInput.h511 bool isResampled; member
914 inline bool isResampled(size_t pointerIndex, size_t historicalIndex) const { in isResampled() function
/frameworks/native/libs/input/tests/
DInputConsumerFilteredResampling_test.cpp51 bool isResampled{false}; member
DInputConsumer_test.cpp54 bool isResampled{false}; member
DInputConsumerResampling_test.cpp48 bool isResampled{false}; member
DTouchResampling_test.cpp36 bool isResampled = false; member
DResampler_test.cpp43 bool isResampled{false}; member
DInputPublisherAndConsumer_test.cpp38 bool isResampled = false; member
DVelocityTracker_test.cpp82 bool isResampled = false; member
DInputPublisherAndConsumerNoResampling_test.cpp47 bool isResampled = false; member
/frameworks/base/core/jni/
Dandroid_view_MotionEvent.cpp63 jfieldID isResampled; member
465 const bool isResampled = historyPos == HISTORY_CURRENT in android_view_MotionEvent_nativeGetPointerCoords() local
/frameworks/base/core/java/android/view/
DMotionEvent.java4451 public boolean isResampled; field in MotionEvent.PointerCoords
4470 public boolean isResampled() { in isResampled() method in MotionEvent.PointerCoords