Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/phone/
H A DPipResizeGestureHandlerTest.java118 assertTrue(mPipResizeGestureHandler.isUsingPinchToZoom()); in twoInput_triggersPinchResize_getBigger()
159 assertTrue(mPipResizeGestureHandler.isUsingPinchToZoom()); in twoInput_triggersPinchResize_getSmaller()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipTouchHandler.java400 if (mPipResizeGestureHandler.isUsingPinchToZoom()) { in onMovementBoundsChanged()
894 if (mPipResizeGestureHandler.isUsingPinchToZoom()) { in onUp()
H A DPipResizeGestureHandler.java316 public boolean isUsingPinchToZoom() { in isUsingPinchToZoom() method in PipResizeGestureHandler