/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/ |
H A D | DisplayInsetsController.java | 161 private void showInsets(@InsetsType int types, boolean fromIme, in showInsets() 176 private void hideInsets(@InsetsType int types, boolean fromIme, in hideInsets() 229 public void showInsets(@InsetsType int types, boolean fromIme, in showInsets() 237 public void hideInsets(@InsetsType int types, boolean fromIme, in hideInsets() 283 default void showInsets(@InsetsType int types, boolean fromIme, in showInsets() 294 default void hideInsets(@InsetsType int types, boolean fromIme, in hideInsets()
|
H A D | DisplayImeController.java | 329 public void showInsets(@InsetsType int types, boolean fromIme, in showInsets() 339 public void hideInsets(@InsetsType int types, boolean fromIme, in hideInsets()
|
H A D | SystemWindows.java | 358 public void showInsets(int types, boolean fromIme, @Nullable ImeTracker.Token statsToken) {} in showInsets() 361 public void hideInsets(int types, boolean fromIme, @Nullable ImeTracker.Token statsToken) {} in hideInsets()
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | IDisplayWindowInsetsController.aidl | 52 void showInsets(int types, boolean fromIme, in @nullable ImeTracker.Token statsToken); in showInsets() 57 void hideInsets(int types, boolean fromIme, in @nullable ImeTracker.Token statsToken); in hideInsets()
|
H A D | ImeInsetsSourceConsumer.java | 116 public int requestShow(boolean fromIme, @Nullable ImeTracker.Token statsToken) { in requestShow() 145 void requestHide(boolean fromIme, @Nullable ImeTracker.Token statsToken) { in requestHide()
|
H A D | IWindow.aidl | 74 void showInsets(int types, boolean fromIme, in @nullable ImeTracker.Token statsToken); in showInsets() 83 void hideInsets(int types, boolean fromIme, in @nullable ImeTracker.Token statsToken); in hideInsets()
|
H A D | InsetsController.java | 1092 public void show(@InsetsType int types, boolean fromIme, in show() 1197 public void hide(@InsetsType int types, boolean fromIme, in hide() 1269 boolean fromIme, long durationMs, @Nullable Interpolator interpolator, in controlWindowInsetsAnimation() 1288 WindowInsetsAnimationControlListener listener, @Nullable Rect frame, boolean fromIme, in controlAnimationUnchecked() 1311 WindowInsetsAnimationControlListener listener, @Nullable Rect frame, boolean fromIme, in controlAnimationUncheckedInner() 1471 private Pair<Integer, Boolean> collectSourceControls(boolean fromIme, @InsetsType int types, in collectSourceControls() 1753 public void applyAnimation(@InsetsType final int types, boolean show, boolean fromIme, in applyAnimation() 1770 public void applyAnimation(@InsetsType final int types, boolean show, boolean fromIme, in applyAnimation()
|
H A D | ViewRootImpl.java | 2753 private void clearLowProfileModeIfNeeded(@InsetsType int showTypes, boolean fromIme) { in clearLowProfileModeIfNeeded() 9185 private void showInsets(@InsetsType int types, boolean fromIme, in showInsets() 9190 private void hideInsets(@InsetsType int types, boolean fromIme, in hideInsets() 10568 public void showInsets(@InsetsType int types, boolean fromIme, in showInsets() 10585 public void hideInsets(@InsetsType int types, boolean fromIme, in hideInsets()
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | InsetsControlTarget.java | 64 default void showInsets(@InsetsType int types, boolean fromIme, in showInsets() 75 default void hideInsets(@InsetsType int types, boolean fromIme, in hideInsets()
|
H A D | WindowState.java | 3831 public void showInsets(@InsetsType int types, boolean fromIme, in showInsets() 3845 public void hideInsets(@InsetsType int types, boolean fromIme, in hideInsets()
|
H A D | DisplayContent.java | 6967 public void showInsets(@WindowInsets.Type.InsetsType int types, boolean fromIme, in showInsets() 6981 public void hideInsets(@InsetsType int types, boolean fromIme, in hideInsets()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/common/ |
H A D | DisplayInsetsControllerTest.java | 200 public void showInsets(int types, boolean fromIme, @Nullable ImeTracker.Token statsToken) { in showInsets() 205 public void hideInsets(int types, boolean fromIme, @Nullable ImeTracker.Token statsToken) { in hideInsets()
|
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | TestIWindow.java | 122 public void showInsets(int types, boolean fromIme, @Nullable ImeTracker.Token statsToken) in showInsets() 127 public void hideInsets(int types, boolean fromIme, @Nullable ImeTracker.Token statsToken) in hideInsets()
|
/aosp14/frameworks/base/core/java/com/android/internal/view/ |
H A D | BaseIWindow.java | 71 public void showInsets(@InsetsType int types, boolean fromIme, in showInsets() 76 public void hideInsets(@InsetsType int types, boolean fromIme, in hideInsets()
|