Home
last modified time | relevance | path

Searched defs:hideInsets (Results 1 – 13 of 13) sorted by relevance

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DDisplayInsetsController.java163 private void hideInsets(int types, boolean fromIme) { in hideInsets() method in DisplayInsetsController.PerDisplay
216 public void hideInsets(int types, boolean fromIme) throws RemoteException { in hideInsets() method in DisplayInsetsController.PerDisplay.DisplayWindowInsetsControllerImpl
263 default void hideInsets(int types, boolean fromIme) {} in hideInsets() method
H A DDisplayImeController.java319 public void hideInsets(int types, boolean fromIme) { in hideInsets() method in DisplayImeController.PerDisplay
H A DSystemWindows.java351 public void hideInsets(int types, boolean fromIme) {} in hideInsets() method in SystemWindows.ContainerWindow
/aosp12/frameworks/base/core/java/android/view/
H A DIDisplayWindowInsetsController.aidl54 void hideInsets(int types, boolean fromIme); in hideInsets() method
H A DIWindow.aidl97 void hideInsets(int types, boolean fromIme); in hideInsets() method
H A DViewRootImpl.java8461 private void hideInsets(@InsetsType int types, boolean fromIme) { in hideInsets() method
9832 public void hideInsets(@InsetsType int types, boolean fromIme) { in hideInsets() method in ViewRootImpl.TrackballAxis.W
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DInsetsControlTarget.java64 default void hideInsets(@InsetsType int types, boolean fromIme) { in hideInsets() method
H A DWindowState.java4061 public void hideInsets(@InsetsType int types, boolean fromIme) { in hideInsets() method in WindowState
H A DDisplayContent.java6478 public void hideInsets(@WindowInsets.Type.InsetsType int types, boolean fromIme) { in hideInsets() method in RemoteInsetsControlTarget
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/common/
H A DDisplayInsetsControllerTest.java189 public void hideInsets(int types, boolean fromIme) { in hideInsets() method in DisplayInsetsControllerTest.TrackedListener
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/wm/
H A DDisplaySystemBarsController.java125 public void hideInsets(@Type.InsetsType int types, boolean fromIme) { in hideInsets() method in DisplaySystemBarsController.PerDisplay
/aosp12/frameworks/base/core/java/com/android/internal/view/
H A DBaseIWindow.java82 public void hideInsets(@InsetsType int types, boolean fromIme) { in hideInsets() method in BaseIWindow
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTestIWindow.java136 public void hideInsets(int types, boolean fromIme) throws RemoteException { in hideInsets() method in TestIWindow