Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
DDisplayInsetsController.java159 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()
DSystemWindows.java354 public void showInsets(int types, boolean fromIme) {} in showInsets()
357 public void hideInsets(int types, boolean fromIme) {} in hideInsets()
DDisplayImeController.java318 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/
DInsetsControlTarget.java55 default void showInsets(@InsetsType int types, boolean fromIme) { in showInsets()
64 default void hideInsets(@InsetsType int types, boolean fromIme) { in hideInsets()
DWindowState.java4024 public void showInsets(@InsetsType int types, boolean fromIme) { in showInsets()
4033 public void hideInsets(@InsetsType int types, boolean fromIme) { in hideInsets()
DDisplayContent.java6754 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/
DIDisplayWindowInsetsController.aidl53 void showInsets(int types, boolean fromIme); in showInsets()
58 void hideInsets(int types, boolean fromIme); in hideInsets()
DImeInsetsSourceConsumer.java81 public void show(boolean fromIme) { in show()
118 public @ShowResult int requestShow(boolean fromIme) { in requestShow()
DIWindow.aidl72 void showInsets(int types, boolean fromIme); in showInsets()
80 void hideInsets(int types, boolean fromIme); in hideInsets()
DInsetsController.java940 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()
DInsetsSourceConsumer.java215 public void show(boolean fromIme) { in show()
DViewRootImpl.java2470 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/
DDisplayInsetsControllerTest.java195 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/
DBaseIWindow.java69 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/
DTestIWindow.java120 public void showInsets(int types, boolean fromIme) throws RemoteException { in showInsets()
124 public void hideInsets(int types, boolean fromIme) throws RemoteException { in hideInsets()