Home
last modified time | relevance | path

Searched defs:setShelfHeight (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DIPip.aidl65 oneway void setShelfHeight(boolean visible, int shelfHeight) = 4; in setShelfHeight() method
H A DPip.java90 default void setShelfHeight(boolean visible, int height) { in setShelfHeight() method
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipController.java555 private void setShelfHeight(boolean visible, int height) { in setShelfHeight() method in PipController
832 public void setShelfHeight(boolean visible, int height) { in setShelfHeight() method in PipController.PipImpl
935 public void setShelfHeight(boolean visible, int height) { in setShelfHeight() method in PipController.IPipImpl
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DSystemUiProxy.java488 public void setShelfHeight(boolean visible, int shelfHeight) { in setShelfHeight() method in SystemUiProxy