Home
last modified time | relevance | path

Searched refs:getHistoricalPressure (Results 1 – 9 of 9) 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/java/tests/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.java2511 public final float getHistoricalPressure(int pos) { in getHistoricalPressure() method in MotionEvent
2672 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.txt41699 method public final float getHistoricalPressure(int);
41700 method public final float getHistoricalPressure(int, int);
Dtest-current.txt41778 method public final float getHistoricalPressure(int);
41779 method public final float getHistoricalPressure(int, int);
Dsystem-current.txt44699 method public final float getHistoricalPressure(int);
44700 method public final float getHistoricalPressure(int, int);