Searched refs:recentMotionEvents (Results 1 – 2 of 2) sorted by relevance
298 List<MotionEvent> recentMotionEvents = getRecentMotionEvents(); in recalculateData() local299 if (recentMotionEvents.isEmpty()) { in recalculateData()303 mFirstRecentMotionEvent = recentMotionEvents.get(0); in recalculateData()304 mLastMotionEvent = recentMotionEvents.get(recentMotionEvents.size() - 1); in recalculateData()
551 List<XYDt> recentMotionEvents) { in DebugSwipeRecord() argument554 mRecentMotionEvents = recentMotionEvents; in DebugSwipeRecord()