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