Searched refs:recentMotionEvents (Results 1 – 2 of 2) sorted by relevance
279 List<MotionEvent> recentMotionEvents = getRecentMotionEvents(); in recalculateData() local280 if (recentMotionEvents.isEmpty()) { in recalculateData()284 mFirstRecentMotionEvent = recentMotionEvents.get(0); in recalculateData()285 mLastMotionEvent = recentMotionEvents.get(recentMotionEvents.size() - 1); in recalculateData()
549 List<XYDt> recentMotionEvents) { in DebugSwipeRecord() argument552 mRecentMotionEvents = recentMotionEvents; in DebugSwipeRecord()