Home
last modified time | relevance | path

Searched defs:getHistoricalSize (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/
DMotionEvent.java1135 public final float getHistoricalSize(int pos) { in getHistoricalSize() method in MotionEvent
1246 public final float getHistoricalSize(int pointerIndex, int pos) { in getHistoricalSize() method in MotionEvent
/frameworks/base/include/ui/
DInput.h346 inline float getHistoricalSize(size_t pointerIndex, size_t historicalIndex) const { in getHistoricalSize() function