Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
H A DFalsingDataProvider.java279 List<MotionEvent> recentMotionEvents = getRecentMotionEvents(); in recalculateData() local
280 if (recentMotionEvents.isEmpty()) { in recalculateData()
284 mFirstRecentMotionEvent = recentMotionEvents.get(0); in recalculateData()
285 mLastMotionEvent = recentMotionEvents.get(recentMotionEvents.size() - 1); in recalculateData()
H A DBrightLineFalsingManager.java549 List<XYDt> recentMotionEvents) { in DebugSwipeRecord() argument
552 mRecentMotionEvents = recentMotionEvents; in DebugSwipeRecord()