/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/ |
D | DisplayInsetsController.java | 186 private void showInsets(@InsetsType int types, boolean fromIme, in showInsets() 201 private void hideInsets(@InsetsType int types, boolean fromIme, in hideInsets() 265 public void showInsets(@InsetsType int types, boolean fromIme, in showInsets() 273 public void hideInsets(@InsetsType int types, boolean fromIme, in hideInsets() 334 default void showInsets(@InsetsType int types, boolean fromIme, in showInsets() 344 default void hideInsets(@InsetsType int types, boolean fromIme, in hideInsets()
|
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()
|
D | DisplayImeController.java | 398 public void showInsets(@InsetsType int types, boolean fromIme, in showInsets() 408 public void hideInsets(@InsetsType int types, boolean fromIme, in hideInsets()
|
/frameworks/base/core/java/android/view/ |
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()
|
D | ImeInsetsSourceConsumer.java | 138 public int requestShow(boolean fromIme, @Nullable ImeTracker.Token statsToken) { in requestShow() 172 void requestHide(boolean fromIme, @Nullable ImeTracker.Token statsToken) { in requestHide()
|
D | IWindow.aidl | 81 void showInsets(int types, boolean fromIme, in @nullable ImeTracker.Token statsToken); in showInsets() 90 void hideInsets(int types, boolean fromIme, in @nullable ImeTracker.Token statsToken); in hideInsets()
|
D | InsetsController.java | 1129 public void show(@InsetsType int types, boolean fromIme, in show() 1243 public void hide(@InsetsType int types, boolean fromIme, in hide() 1347 boolean fromIme, long durationMs, @Nullable Interpolator interpolator, in controlWindowInsetsAnimation() 1380 WindowInsetsAnimationControlListener listener, @Nullable Rect frame, boolean fromIme, in controlAnimationUnchecked() 1408 WindowInsetsAnimationControlListener listener, @Nullable Rect frame, boolean fromIme, in controlAnimationUncheckedInner() 1634 private Pair<Integer, Boolean> collectSourceControls(boolean fromIme, @InsetsType int types, in collectSourceControls() 2071 public void applyAnimation(@InsetsType final int types, boolean show, boolean fromIme, in applyAnimation() 2088 public void applyAnimation(@InsetsType final int types, boolean show, boolean fromIme, in applyAnimation()
|
D | ViewRootImpl.java | 3179 private void clearLowProfileModeIfNeeded(@InsetsType int showTypes, boolean fromIme) { in clearLowProfileModeIfNeeded() 10257 private void showInsets(@InsetsType int types, boolean fromIme, in showInsets() 10262 private void hideInsets(@InsetsType int types, boolean fromIme, in hideInsets() 11808 public void showInsets(@InsetsType int types, boolean fromIme, in showInsets() 11825 public void hideInsets(@InsetsType int types, boolean fromIme, in hideInsets()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | InsetsControlTarget.java | 69 default void showInsets(@InsetsType int types, boolean fromIme, in showInsets() 80 default void hideInsets(@InsetsType int types, boolean fromIme, in hideInsets()
|
D | WindowState.java | 3718 public void showInsets(@InsetsType int types, boolean fromIme, in showInsets() 3732 public void hideInsets(@InsetsType int types, boolean fromIme, in hideInsets()
|
D | DisplayContent.java | 7004 public void showInsets(@WindowInsets.Type.InsetsType int types, boolean fromIme, in showInsets() 7018 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 | 220 public void showInsets(int types, boolean fromIme, @Nullable ImeTracker.Token statsToken) { in showInsets() 225 public void hideInsets(int types, boolean fromIme, @Nullable ImeTracker.Token statsToken) { in hideInsets()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | TestIWindow.java | 119 public void showInsets(int types, boolean fromIme, @Nullable ImeTracker.Token statsToken) in showInsets() 124 public void hideInsets(int types, boolean fromIme, @Nullable ImeTracker.Token statsToken) in hideInsets()
|
/frameworks/base/core/java/com/android/internal/view/ |
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()
|