Home
last modified time | relevance | path

Searched refs:checkWithinTouchRegion (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/dreams/complication/
H A DHideComplicationTouchHandlerTest.java182 when(mTouchInsetManager.checkWithinTouchRegion(anyInt(), anyInt())).thenReturn( in testSessionEndWithTouchInInset()
230 when(mTouchInsetManager.checkWithinTouchRegion(anyInt(), anyInt())).thenReturn( in testSessionLifecycle()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/complication/
H A DHideComplicationTouchHandler.java144 .checkWithinTouchRegion(Math.round(motionEvent.getX()), in onSessionStart()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/touch/
H A DTouchInsetManager.java166 public ListenableFuture<Boolean> checkWithinTouchRegion(int x, int y) { in checkWithinTouchRegion() method in TouchInsetManager