Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DDisplayInsetsController.java161 private void showInsets(@InsetsType int types, boolean fromIme, in showInsets()
176 private void hideInsets(@InsetsType int types, boolean fromIme, in hideInsets()
229 public void showInsets(@InsetsType int types, boolean fromIme, in showInsets()
237 public void hideInsets(@InsetsType int types, boolean fromIme, in hideInsets()
283 default void showInsets(@InsetsType int types, boolean fromIme, in showInsets()
294 default void hideInsets(@InsetsType int types, boolean fromIme, in hideInsets()
H A DDisplayImeController.java329 public void showInsets(@InsetsType int types, boolean fromIme, in showInsets()
339 public void hideInsets(@InsetsType int types, boolean fromIme, in hideInsets()
H A 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()
/aosp14/frameworks/base/core/java/android/view/
H A 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()
H A DImeInsetsSourceConsumer.java116 public int requestShow(boolean fromIme, @Nullable ImeTracker.Token statsToken) { in requestShow()
145 void requestHide(boolean fromIme, @Nullable ImeTracker.Token statsToken) { in requestHide()
H A DIWindow.aidl74 void showInsets(int types, boolean fromIme, in @nullable ImeTracker.Token statsToken); in showInsets()
83 void hideInsets(int types, boolean fromIme, in @nullable ImeTracker.Token statsToken); in hideInsets()
H A DInsetsController.java1092 public void show(@InsetsType int types, boolean fromIme, in show()
1197 public void hide(@InsetsType int types, boolean fromIme, in hide()
1269 boolean fromIme, long durationMs, @Nullable Interpolator interpolator, in controlWindowInsetsAnimation()
1288 WindowInsetsAnimationControlListener listener, @Nullable Rect frame, boolean fromIme, in controlAnimationUnchecked()
1311 WindowInsetsAnimationControlListener listener, @Nullable Rect frame, boolean fromIme, in controlAnimationUncheckedInner()
1471 private Pair<Integer, Boolean> collectSourceControls(boolean fromIme, @InsetsType int types, in collectSourceControls()
1753 public void applyAnimation(@InsetsType final int types, boolean show, boolean fromIme, in applyAnimation()
1770 public void applyAnimation(@InsetsType final int types, boolean show, boolean fromIme, in applyAnimation()
H A DViewRootImpl.java2753 private void clearLowProfileModeIfNeeded(@InsetsType int showTypes, boolean fromIme) { in clearLowProfileModeIfNeeded()
9185 private void showInsets(@InsetsType int types, boolean fromIme, in showInsets()
9190 private void hideInsets(@InsetsType int types, boolean fromIme, in hideInsets()
10568 public void showInsets(@InsetsType int types, boolean fromIme, in showInsets()
10585 public void hideInsets(@InsetsType int types, boolean fromIme, in hideInsets()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DInsetsControlTarget.java64 default void showInsets(@InsetsType int types, boolean fromIme, in showInsets()
75 default void hideInsets(@InsetsType int types, boolean fromIme, in hideInsets()
H A DWindowState.java3831 public void showInsets(@InsetsType int types, boolean fromIme, in showInsets()
3845 public void hideInsets(@InsetsType int types, boolean fromIme, in hideInsets()
H A DDisplayContent.java6967 public void showInsets(@WindowInsets.Type.InsetsType int types, boolean fromIme, in showInsets()
6981 public void hideInsets(@InsetsType int types, boolean fromIme, in hideInsets()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/common/
H A DDisplayInsetsControllerTest.java200 public void showInsets(int types, boolean fromIme, @Nullable ImeTracker.Token statsToken) { in showInsets()
205 public void hideInsets(int types, boolean fromIme, @Nullable ImeTracker.Token statsToken) { in hideInsets()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTestIWindow.java122 public void showInsets(int types, boolean fromIme, @Nullable ImeTracker.Token statsToken) in showInsets()
127 public void hideInsets(int types, boolean fromIme, @Nullable ImeTracker.Token statsToken) in hideInsets()
/aosp14/frameworks/base/core/java/com/android/internal/view/
H A DBaseIWindow.java71 public void showInsets(@InsetsType int types, boolean fromIme, in showInsets()
76 public void hideInsets(@InsetsType int types, boolean fromIme, in hideInsets()