Searched refs:mPriorMotionEvents (Results 1 – 2 of 2) sorted by relevance
48 private List<MotionEvent> mPriorMotionEvents = new ArrayList<>(); field in DoubleTapClassifierTest66 when(mDataProvider.getPriorMotionEvents()).thenReturn(mPriorMotionEvents); in setup()181 mPriorMotionEvents = mMotionEvents; in archiveMotionEvents()182 when(mDataProvider.getPriorMotionEvents()).thenReturn(mPriorMotionEvents); in archiveMotionEvents()
61 private List<MotionEvent> mPriorMotionEvents = new ArrayList<>(); field in FalsingDataProvider143 mPriorMotionEvents = mRecentMotionEvents; in completePriorGesture()183 return mPriorMotionEvents; in getPriorMotionEvents()