/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/ |
H A D | DisplayInsetsController.java | 163 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 D | DisplayImeController.java | 319 public void hideInsets(int types, boolean fromIme) { in hideInsets() method in DisplayImeController.PerDisplay
|
H A D | SystemWindows.java | 351 public void hideInsets(int types, boolean fromIme) {} in hideInsets() method in SystemWindows.ContainerWindow
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | IDisplayWindowInsetsController.aidl | 54 void hideInsets(int types, boolean fromIme); in hideInsets() method
|
H A D | IWindow.aidl | 97 void hideInsets(int types, boolean fromIme); in hideInsets() method
|
H A D | ViewRootImpl.java | 8461 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 D | InsetsControlTarget.java | 64 default void hideInsets(@InsetsType int types, boolean fromIme) { in hideInsets() method
|
H A D | WindowState.java | 4061 public void hideInsets(@InsetsType int types, boolean fromIme) { in hideInsets() method in WindowState
|
H A D | DisplayContent.java | 6478 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 D | DisplayInsetsControllerTest.java | 189 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 D | DisplaySystemBarsController.java | 125 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 D | BaseIWindow.java | 82 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 D | TestIWindow.java | 136 public void hideInsets(int types, boolean fromIme) throws RemoteException { in hideInsets() method in TestIWindow
|