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()
65 private List<MotionEvent> mPriorMotionEvents = new ArrayList<>(); field in FalsingDataProvider155 mPriorMotionEvents = mRecentMotionEvents; in completePriorGesture()195 return mPriorMotionEvents; in getPriorMotionEvents()