Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/
H A DPipBoundsState.java213 public void setMinSize(int width, int height) { in setMinSize() method in PipBoundsState
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipTouchHandler.java478 mPipBoundsState.setMinSize(minWidth, minHeight); in updatePinchResizeSizeConstraints()