Home
last modified time | relevance | path

Searched refs:willStartResizeGesture (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/phone/
DPipResizeGestureHandlerTest.java159 assertTrue(mPipResizeGestureHandler.willStartResizeGesture(downEvent)); in twoInput_triggersPinchResize_getBigger()
200 assertTrue(mPipResizeGestureHandler.willStartResizeGesture(downEvent)); in twoInput_triggersPinchResize_getSmaller()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
DPipResizeGestureHandler.java261 public boolean willStartResizeGesture(MotionEvent ev) { in willStartResizeGesture() method in PipResizeGestureHandler
DPipTouchHandler.java515 if (!mPipBoundsState.isStashed() && mPipResizeGestureHandler.willStartResizeGesture(ev)) { in handleTouchEvent()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip2/phone/
DPipResizeGestureHandler.java273 boolean willStartResizeGesture(MotionEvent ev) { in willStartResizeGesture() method in PipResizeGestureHandler
DPipTouchHandler.java521 if (!mPipBoundsState.isStashed() && mPipResizeGestureHandler.willStartResizeGesture(ev)) { in handleTouchEvent()