Searched refs:mRecentMotionEvents (Results 1 – 2 of 2) sorted by relevance
129 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 …]
546 private final List<XYDt> mRecentMotionEvents; field in BrightLineFalsingManager.DebugSwipeRecord552 mRecentMotionEvents = recentMotionEvents; in DebugSwipeRecord()560 for (XYDt event : mRecentMotionEvents) { in getString()