/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/ |
D | DisplayInsetsController.java | 159 private void showInsets(int types, boolean fromIme) { in showInsets() 169 private void hideInsets(int types, boolean fromIme) { in hideInsets() 217 public void showInsets(int types, boolean fromIme) throws RemoteException { in showInsets() 224 public void hideInsets(int types, boolean fromIme) throws RemoteException { in hideInsets() 265 default void showInsets(int types, boolean fromIme) {} in showInsets() 273 default void hideInsets(int types, boolean fromIme) {} in hideInsets()
|
D | SystemWindows.java | 354 public void showInsets(int types, boolean fromIme) {} in showInsets() 357 public void hideInsets(int types, boolean fromIme) {} in hideInsets()
|
D | DisplayImeController.java | 318 public void showInsets(int types, boolean fromIme) { in showInsets() 327 public void hideInsets(int types, boolean fromIme) { in hideInsets()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | InsetsControlTarget.java | 55 default void showInsets(@InsetsType int types, boolean fromIme) { in showInsets() 64 default void hideInsets(@InsetsType int types, boolean fromIme) { in hideInsets()
|
D | WindowState.java | 4024 public void showInsets(@InsetsType int types, boolean fromIme) { in showInsets() 4033 public void hideInsets(@InsetsType int types, boolean fromIme) { in hideInsets()
|
D | DisplayContent.java | 6754 public void showInsets(@WindowInsets.Type.InsetsType int types, boolean fromIme) { in showInsets() 6763 public void hideInsets(@WindowInsets.Type.InsetsType int types, boolean fromIme) { in hideInsets()
|
/frameworks/base/core/java/android/view/ |
D | IDisplayWindowInsetsController.aidl | 53 void showInsets(int types, boolean fromIme); in showInsets() 58 void hideInsets(int types, boolean fromIme); in hideInsets()
|
D | ImeInsetsSourceConsumer.java | 81 public void show(boolean fromIme) { in show() 118 public @ShowResult int requestShow(boolean fromIme) { in requestShow()
|
D | IWindow.aidl | 72 void showInsets(int types, boolean fromIme); in showInsets() 80 void hideInsets(int types, boolean fromIme); in hideInsets()
|
D | InsetsController.java | 940 public void show(@InsetsType int types, boolean fromIme) { in show() 1004 public void hide(@InsetsType int types, boolean fromIme) { in hide() 1040 boolean fromIme, long durationMs, @Nullable Interpolator interpolator, in controlWindowInsetsAnimation() 1059 WindowInsetsAnimationControlListener listener, @Nullable Rect frame, boolean fromIme, in controlAnimationUnchecked() 1174 private Pair<Integer, Boolean> collectSourceControls(boolean fromIme, in collectSourceControls() 1456 public void applyAnimation(@InsetsType final int types, boolean show, boolean fromIme) { in applyAnimation() 1473 public void applyAnimation(@InsetsType final int types, boolean show, boolean fromIme, in applyAnimation() 1499 boolean fromIme) { in hideDirectly() 1515 private void showDirectly(@InsetsType int types, boolean fromIme) { in showDirectly()
|
D | InsetsSourceConsumer.java | 215 public void show(boolean fromIme) { in show()
|
D | ViewRootImpl.java | 2470 private void clearLowProfileModeIfNeeded(@InsetsType int showTypes, boolean fromIme) { in clearLowProfileModeIfNeeded() 8961 private void showInsets(@InsetsType int types, boolean fromIme) { in showInsets() 8965 private void hideInsets(@InsetsType int types, boolean fromIme) { in hideInsets() 10325 public void showInsets(@InsetsType int types, boolean fromIme) { in showInsets() 10338 public void hideInsets(@InsetsType int types, boolean fromIme) { in hideInsets()
|
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/common/ |
D | DisplayInsetsControllerTest.java | 195 public void showInsets(int types, boolean fromIme) { in showInsets() 200 public void hideInsets(int types, boolean fromIme) { in hideInsets()
|
/frameworks/base/core/java/com/android/internal/view/ |
D | BaseIWindow.java | 69 public void showInsets(@InsetsType int types, boolean fromIme) { in showInsets() 73 public void hideInsets(@InsetsType int types, boolean fromIme) { in hideInsets()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | TestIWindow.java | 120 public void showInsets(int types, boolean fromIme) throws RemoteException { in showInsets() 124 public void hideInsets(int types, boolean fromIme) throws RemoteException { in hideInsets()
|