Searched refs:getLastMotionEvent (Results 1 – 4 of 4) sorted by relevance
58 MotionEvent getLastMotionEvent() { in getLastMotionEvent() method in FalsingClassifier59 return mDataProvider.getLastMotionEvent(); in getLastMotionEvent()
142 float dX = getLastMotionEvent().getX() - getFirstMotionEvent().getX(); in calculateDistances()143 float dY = getLastMotionEvent().getY() - getFirstMotionEvent().getY(); in calculateDistances()
182 MotionEvent lastEvent = getLastMotionEvent(); in getAtan2LastPoint()
215 public MotionEvent getLastMotionEvent() { in getLastMotionEvent() method in FalsingDataProvider