Home
last modified time | relevance | path

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

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