Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
H A DFalsingDataProvider.java110 if (mRecentMotionEvents.isEmpty()) { in onMotionEventComplete()
113 int action = mRecentMotionEvents.get(mRecentMotionEvents.size() - 1).getActionMasked(); in onMotionEventComplete()
120 if (!mRecentMotionEvents.isEmpty()) { in completePriorGesture()
122 mRecentMotionEvents.get(mRecentMotionEvents.size() - 1).getEventTime())); in completePriorGesture()
148 return mRecentMotionEvents; in getRecentMotionEvents()
185 if (mRecentMotionEvents.isEmpty()) { in isHorizontal()
201 if (mRecentMotionEvents.isEmpty()) { in isRight()
221 if (mRecentMotionEvents.isEmpty()) { in isUp()
233 if (mRecentMotionEvents.isEmpty()) { in recalculateData()
238 mLastMotionEvent = mRecentMotionEvents.get(mRecentMotionEvents.size() - 1); in recalculateData()
[all …]
H A DBrightLineFalsingManager.java466 private final List<XYDt> mRecentMotionEvents; field in BrightLineFalsingManager.DebugSwipeRecord
472 mRecentMotionEvents = recentMotionEvents; in DebugSwipeRecord()
480 for (XYDt event : mRecentMotionEvents) { in getString()