Home
last modified time | relevance | path

Searched refs:PINCH_RESIZE_SNAP_DURATION (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
DPipResizeGestureHandler.java59 private static final int PINCH_RESIZE_SNAP_DURATION = 250; field in PipResizeGestureHandler
442 PINCH_RESIZE_SNAP_DURATION, mAngle, mUpdateResizeBoundsCallback, () -> {
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip2/phone/
DPipResizeGestureHandler.java62 private static final int PINCH_RESIZE_SNAP_DURATION = 250; field in PipResizeGestureHandler
558 mLastResizeBounds, PINCH_RESIZE_SNAP_DURATION, mAngle); in onPipTransitionStateChanged()