Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
H A DFalsingDataProvider.java129 if (mRecentMotionEvents.isEmpty()) { in onMotionEventComplete()
132 int action = mRecentMotionEvents.get(mRecentMotionEvents.size() - 1).getActionMasked(); in onMotionEventComplete()
141 mRecentMotionEvents.get(mRecentMotionEvents.size() - 1).getEventTime())); in completePriorGesture()
176 return mRecentMotionEvents; in getRecentMotionEvents()
178 return mRecentMotionEvents.subList(0, mRecentMotionEvents.size() - 1); in getRecentMotionEvents()
221 if (mRecentMotionEvents.isEmpty()) { in isHorizontal()
237 if (mRecentMotionEvents.isEmpty()) { in isRight()
257 if (mRecentMotionEvents.isEmpty()) { in isUp()
265 if (mRecentMotionEvents.isEmpty()) { in isFromTrackpad()
296 MotionEvent lastEvent = mRecentMotionEvents.get(mRecentMotionEvents.size() - 1); in shouldDropEvent()
[all …]
H A DBrightLineFalsingManager.java546 private final List<XYDt> mRecentMotionEvents; field in BrightLineFalsingManager.DebugSwipeRecord
552 mRecentMotionEvents = recentMotionEvents; in DebugSwipeRecord()
560 for (XYDt event : mRecentMotionEvents) { in getString()