Searched refs:getHistoricalPressure (Results 1 – 9 of 9) sorted by relevance
/frameworks/native/libs/input/tests/ |
D | InputEvent_test.cpp | 376 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/ |
D | BallsView.java | 100 ev.getHistoricalPressure(p, i), in onTouchEvent()
|
/frameworks/base/native/android/ |
D | input.cpp | 226 return static_cast<const MotionEvent*>(motion_event)->getHistoricalPressure( in AMotionEvent_getHistoricalPressure()
|
/frameworks/native/include/input/ |
D | Input.h | 519 inline float getHistoricalPressure(size_t pointerIndex, size_t historicalIndex) const { in getHistoricalPressure() function
|
/frameworks/base/core/java/android/view/ |
D | MotionEvent.java | 2511 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/ |
D | android-22.txt | 32909 method public final float getHistoricalPressure(int); 32910 method public final float getHistoricalPressure(int, int);
|
/frameworks/base/api/ |
D | current.txt | 41699 method public final float getHistoricalPressure(int); 41700 method public final float getHistoricalPressure(int, int);
|
D | test-current.txt | 41778 method public final float getHistoricalPressure(int); 41779 method public final float getHistoricalPressure(int, int);
|
D | system-current.txt | 44699 method public final float getHistoricalPressure(int); 44700 method public final float getHistoricalPressure(int, int);
|