Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipTouchHandler.java416 updatePipSizeConstraints(normalBounds, aspectRatio); in onMovementBoundsChanged()
452 updatePipSizeConstraints(mPipBoundsState.getNormalBounds(), in updateMinMaxSize()
456 private void updatePipSizeConstraints(Rect normalBounds, in updatePipSizeConstraints() method in PipTouchHandler