Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
DDisplayInsetsController.java186 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()
DSystemWindows.java358 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()
DDisplayImeController.java398 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/
DIDisplayWindowInsetsController.aidl52 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()
DImeInsetsSourceConsumer.java138 public int requestShow(boolean fromIme, @Nullable ImeTracker.Token statsToken) { in requestShow()
172 void requestHide(boolean fromIme, @Nullable ImeTracker.Token statsToken) { in requestHide()
DIWindow.aidl81 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()
DInsetsController.java1129 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()
DViewRootImpl.java3179 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/
DInsetsControlTarget.java69 default void showInsets(@InsetsType int types, boolean fromIme, in showInsets()
80 default void hideInsets(@InsetsType int types, boolean fromIme, in hideInsets()
DWindowState.java3718 public void showInsets(@InsetsType int types, boolean fromIme, in showInsets()
3732 public void hideInsets(@InsetsType int types, boolean fromIme, in hideInsets()
DDisplayContent.java7004 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/
DDisplayInsetsControllerTest.java220 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/
DTestIWindow.java119 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/
DBaseIWindow.java71 public void showInsets(@InsetsType int types, boolean fromIme, in showInsets()
76 public void hideInsets(@InsetsType int types, boolean fromIme, in hideInsets()