Home
last modified time | relevance | path

Searched defs:fromIme (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/core/java/android/view/
DIDisplayWindowInsetsController.aidl49 void showInsets(int types, boolean fromIme); in showInsets()
54 void hideInsets(int types, boolean fromIme); in hideInsets()
DIWindow.aidl89 void showInsets(int types, boolean fromIme); in showInsets()
97 void hideInsets(int types, boolean fromIme); in hideInsets()
DInsetsController.java873 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()
DImeInsetsSourceConsumer.java88 public @ShowResult int requestShow(boolean fromIme) { in requestShow()
DInsetsSourceConsumer.java219 public void show(boolean fromIme) { in show()
DViewRootImpl.java2225 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/
DInsetsControlTarget.java55 default void showInsets(@InsetsType int types, boolean fromIme) { in showInsets()
64 default void hideInsets(@InsetsType int types, boolean fromIme) { in hideInsets()
DWindowState.java3966 public void showInsets(@InsetsType int types, boolean fromIme) { in showInsets()
3975 public void hideInsets(@InsetsType int types, boolean fromIme) { in hideInsets()
DDisplayContent.java6041 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/
DTestIWindow.java132 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/
DBaseIWindow.java78 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/
DDisplayImeController.java304 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()
DSystemWindows.java348 public void showInsets(int types, boolean fromIme) {} in showInsets()
351 public void hideInsets(int types, boolean fromIme) {} in hideInsets()