Home
last modified time | relevance | path

Searched refs:recentMotionEvents (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
DFalsingDataProvider.java298 List<MotionEvent> recentMotionEvents = getRecentMotionEvents(); in recalculateData() local
299 if (recentMotionEvents.isEmpty()) { in recalculateData()
303 mFirstRecentMotionEvent = recentMotionEvents.get(0); in recalculateData()
304 mLastMotionEvent = recentMotionEvents.get(recentMotionEvents.size() - 1); in recalculateData()
DBrightLineFalsingManager.java551 List<XYDt> recentMotionEvents) { in DebugSwipeRecord() argument
554 mRecentMotionEvents = recentMotionEvents; in DebugSwipeRecord()