Home
last modified time | relevance | path

Searched defs:updateMovementBounds (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipBoundsState.java354 public void setShelfVisibility(boolean showing, int height, boolean updateMovementBounds) { in setShelfVisibility()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipController.java673 private void updateMovementBounds(@Nullable Rect toBounds, boolean fromRotation, in updateMovementBounds() method in PipController