Searched refs:isFalseDoubleTap (Results 1 – 10 of 10) sorted by relevance
137 whenever(falsingManager.isFalseDoubleTap).thenReturn(false) in testGestureDetector_doubleTapEnabled()156 verify(falsingManager, never()).isFalseDoubleTap() in testGestureDetector_doubleTapEnabled_onDownEvent_noFalsingCheck()217 whenever(falsingManager.isFalseDoubleTap).thenReturn(true) in testGestureDetector_doubleTapEnabled_falsing()254 whenever(falsingManager.isFalseDoubleTap).thenReturn(false) in testGestureDetector_doubleTapEnabled_proxCovered()
285 assertThat(mBrightLineFalsingManager.isFalseDoubleTap()).isFalse(); in testIsFalseDoubleTap()290 assertThat(mBrightLineFalsingManager.isFalseDoubleTap()).isTrue(); in testIsFalseDoubleTap()326 mBrightLineFalsingManager.isFalseDoubleTap(); in testHistory_doubleTap()348 assertThat(mBrightLineFalsingManager.isFalseDoubleTap()).isFalse(); in testNoFalsingUnlocked()
132 assertThat(mBrightLineFalsingManager.isFalseDoubleTap()).isTrue(); in testA11yDisablesDoubleTap()134 assertThat(mBrightLineFalsingManager.isFalseDoubleTap()).isFalse(); in testA11yDisablesDoubleTap()
147 public boolean isFalseDoubleTap() { in isFalseDoubleTap() method in FalsingManagerProxy148 return mInternalFalsingManager.isFalseDoubleTap(); in isFalseDoubleTap()
299 } else if (!isFalseDoubleTap()) { in isFalseTap()374 public boolean isFalseDoubleTap() { in isFalseDoubleTap() method in BrightLineFalsingManager
115 boolean isFalseDoubleTap(); in isFalseDoubleTap() method
95 if (!mFalsingManager.isFalseDoubleTap()) { in onTouchEvent()
122 public boolean isFalseDoubleTap() { in isFalseDoubleTap() method in FalsingManagerFake
112 !falsingManager.isFalseDoubleTap in <lambda>()
87 the tap is **accepted**. This works exactly like `FalsingManager#isFalseDoubleTap`.108 `FalsingManager#isFalseDoubleTap()`. This method tells the `FalsingManager` that