Home
last modified time | relevance | path

Searched refs:imeVisible (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DPinnedStackListenerForwarder.java62 public void onImeVisibilityChanged(boolean imeVisible, int imeHeight) { in onImeVisibilityChanged() argument
64 listener.onImeVisibilityChanged(imeVisible, imeHeight); in onImeVisibilityChanged()
112 public void onImeVisibilityChanged(boolean imeVisible, int imeHeight) {} in onImeVisibilityChanged() argument
/frameworks/base/core/java/android/view/
DIPinnedStackListener.aidl50 void onImeVisibilityChanged(boolean imeVisible, int imeHeight); in onImeVisibilityChanged() argument
/frameworks/base/services/core/java/com/android/server/wm/
DPinnedStackController.java259 private void notifyImeVisibilityChanged(boolean imeVisible, int imeHeight) { in notifyImeVisibilityChanged() argument
262 mPinnedStackListener.onImeVisibilityChanged(imeVisible, imeHeight); in notifyImeVisibilityChanged()
DDisplayContent.java2802 final boolean imeVisible = imeWin != null && imeWin.isVisibleLw() in adjustForImeIfNeeded()
2805 mPinnedStackControllerLocked.setAdjustedForIme(imeVisible, imeHeight); in adjustForImeIfNeeded()
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
DPipManager.java196 public void onImeVisibilityChanged(boolean imeVisible, int imeHeight) { in onImeVisibilityChanged() argument
198 mPipBoundsHandler.onImeVisibilityChanged(imeVisible, imeHeight); in onImeVisibilityChanged()
199 mTouchHandler.onImeVisibilityChanged(imeVisible, imeHeight); in onImeVisibilityChanged()
DPipTouchHandler.java414 public void onImeVisibilityChanged(boolean imeVisible, int imeHeight) { in onImeVisibilityChanged() argument
415 mIsImeShowing = imeVisible; in onImeVisibilityChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/tv/
DPipManager.java194 public void onImeVisibilityChanged(boolean imeVisible, int imeHeight) { in onImeVisibilityChanged() argument
196 if (mImeVisible != imeVisible) { in onImeVisibilityChanged()
197 if (imeVisible) { in onImeVisibilityChanged()
205 mImeVisible = imeVisible; in onImeVisibilityChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/
DPipBoundsHandler.java161 public void onImeVisibilityChanged(boolean imeVisible, int imeHeight) { in onImeVisibilityChanged() argument
162 mIsImeShowing = imeVisible; in onImeVisibilityChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleController.java782 private void onImeVisibilityChanged(boolean imeVisible) { in onImeVisibilityChanged() argument
783 mImeVisible = imeVisible; in onImeVisibilityChanged()
1683 public void onImeVisibilityChanged(boolean imeVisible, int imeHeight) { in onImeVisibilityChanged() argument
1685 mStackView.post(() -> mStackView.onImeVisibilityChanged(imeVisible, imeHeight)); in onImeVisibilityChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/
DStackAnimationController.java547 public float animateForImeVisibility(boolean imeVisible) {
551 if (imeVisible) {