Searched defs:fromIme (Results 1 – 13 of 13) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | IDisplayWindowInsetsController.aidl | 49 void showInsets(int types, boolean fromIme); in showInsets() 54 void hideInsets(int types, boolean fromIme); in hideInsets()
|
D | IWindow.aidl | 89 void showInsets(int types, boolean fromIme); in showInsets() 97 void hideInsets(int types, boolean fromIme); in hideInsets()
|
D | InsetsController.java | 873 public void show(@InsetsType int types, boolean fromIme) { in show() 937 public void hide(@InsetsType int types, boolean fromIme) { in hide() 973 boolean fromIme, long durationMs, @Nullable Interpolator interpolator, in controlWindowInsetsAnimation() 992 WindowInsetsAnimationControlListener listener, @Nullable Rect frame, boolean fromIme, in controlAnimationUnchecked() 1100 private Pair<Integer, Boolean> collectSourceControls(boolean fromIme, in collectSourceControls() 1377 public void applyAnimation(@InsetsType final int types, boolean show, boolean fromIme) { in applyAnimation() 1394 public void applyAnimation(@InsetsType final int types, boolean show, boolean fromIme, in applyAnimation() 1419 boolean fromIme) { in hideDirectly() 1435 private void showDirectly(@InsetsType int types, boolean fromIme) { in showDirectly()
|
D | ImeInsetsSourceConsumer.java | 88 public @ShowResult int requestShow(boolean fromIme) { in requestShow()
|
D | InsetsSourceConsumer.java | 219 public void show(boolean fromIme) { in show()
|
D | ViewRootImpl.java | 2225 private void clearLowProfileModeIfNeeded(@InsetsType int showTypes, boolean fromIme) { in clearLowProfileModeIfNeeded() 8313 private void showInsets(@InsetsType int types, boolean fromIme) { in showInsets() 8317 private void hideInsets(@InsetsType int types, boolean fromIme) { in hideInsets() 9674 public void showInsets(@InsetsType int types, boolean fromIme) { in showInsets() 9687 public void hideInsets(@InsetsType 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 | 3966 public void showInsets(@InsetsType int types, boolean fromIme) { in showInsets() 3975 public void hideInsets(@InsetsType int types, boolean fromIme) { in hideInsets()
|
D | DisplayContent.java | 6041 public void showInsets(@WindowInsets.Type.InsetsType int types, boolean fromIme) { in showInsets() 6050 public void hideInsets(@WindowInsets.Type.InsetsType int types, boolean fromIme) { in hideInsets()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | TestIWindow.java | 132 public void showInsets(int types, boolean fromIme) throws RemoteException { in showInsets() 136 public void hideInsets(int types, boolean fromIme) throws RemoteException { in hideInsets()
|
/frameworks/base/core/java/com/android/internal/view/ |
D | BaseIWindow.java | 78 public void showInsets(@InsetsType int types, boolean fromIme) { in showInsets() 82 public void hideInsets(@InsetsType int types, boolean fromIme) { in hideInsets()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/ |
D | DisplayImeController.java | 304 protected void showInsets(int types, boolean fromIme) { in showInsets() 313 protected void hideInsets(int types, boolean fromIme) { in hideInsets() 520 public void showInsets(int types, boolean fromIme) throws RemoteException { in showInsets() 527 public void hideInsets(int types, boolean fromIme) throws RemoteException { in hideInsets()
|
D | SystemWindows.java | 348 public void showInsets(int types, boolean fromIme) {} in showInsets() 351 public void hideInsets(int types, boolean fromIme) {} in hideInsets()
|