Home
last modified time | relevance | path

Searched refs:getHistoricalPressure (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/libs/input/tests/
DInputEvent_test.cpp376 ASSERT_EQ(12, event->getHistoricalPressure(0, 0)); in assertEqualsEventWithHistory()
377 ASSERT_EQ(22, event->getHistoricalPressure(1, 0)); in assertEqualsEventWithHistory()
378 ASSERT_EQ(112, event->getHistoricalPressure(0, 1)); in assertEqualsEventWithHistory()
379 ASSERT_EQ(122, event->getHistoricalPressure(1, 1)); in assertEqualsEventWithHistory()
/frameworks/rs/tests/java_api/Balls/src/com/example/android/rs/balls/
DBallsView.java100 ev.getHistoricalPressure(p, i), in onTouchEvent()
/frameworks/base/native/android/
Dinput.cpp226 return static_cast<const MotionEvent*>(motion_event)->getHistoricalPressure( in AMotionEvent_getHistoricalPressure()
/frameworks/native/include/input/
DInput.h519 inline float getHistoricalPressure(size_t pointerIndex, size_t historicalIndex) const { in getHistoricalPressure() function
/frameworks/base/core/java/android/view/
DMotionEvent.java2592 public final float getHistoricalPressure(int pos) { in getHistoricalPressure() method in MotionEvent
2753 public final float getHistoricalPressure(int pointerIndex, int pos) { in getHistoricalPressure() method in MotionEvent
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt32909 method public final float getHistoricalPressure(int);
32910 method public final float getHistoricalPressure(int, int);
/frameworks/base/api/
Dcurrent.txt44658 method public final float getHistoricalPressure(int);
44659 method public final float getHistoricalPressure(int, int);
Dsystem-current.txt48197 method public final float getHistoricalPressure(int);
48198 method public final float getHistoricalPressure(int, int);