Home
last modified time | relevance | path

Searched defs:imeHeight (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DPinnedStackListenerForwarder.java67 private void onImeVisibilityChanged(boolean imeVisible, int imeHeight) { in onImeVisibilityChanged()
89 public void onImeVisibilityChanged(boolean imeVisible, int imeHeight) { in onImeVisibilityChanged()
110 public void onImeVisibilityChanged(boolean imeVisible, int imeHeight) {} in onImeVisibilityChanged()
/frameworks/base/core/java/android/view/
DIPinnedTaskListener.aidl44 void onImeVisibilityChanged(boolean imeVisible, int imeHeight); in onImeVisibilityChanged()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/
DPipBoundsAlgorithmTest.java187 final int imeHeight = 30; in getDefaultBounds_imeShowing_offsetByImeHeight() local
211 final int imeHeight = 30; in getDefaultBounds_imeAndShelfShowing_offsetByTallest() local
401 final int imeHeight = 100; in onImeVisibilityChanged_offsetBounds() local
/frameworks/base/services/core/java/com/android/server/wm/
DPinnedTaskController.java344 void setAdjustedForIme(boolean adjustedForIme, int imeHeight) { in setAdjustedForIme()
364 private void notifyImeVisibilityChanged(boolean imeVisible, int imeHeight) { in notifyImeVisibilityChanged()
DDisplayContent.java3411 final int imeHeight = getInputMethodWindowVisibleHeight(); in adjustForImeIfNeeded() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
DMenuViewAppearance.java164 final int imeHeight = (int) (draggableBounds.bottom - mImeTop); in getMenuDraggableBoundsWith() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
DPipTouchHandler.java344 public void onImeVisibilityChanged(boolean imeVisible, int imeHeight) { in onImeVisibilityChanged()
DPipController.java351 public void onImeVisibilityChanged(boolean imeVisible, int imeHeight) { in onImeVisibilityChanged()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/
DPipBoundsState.java351 public void setImeVisibility(boolean imeShowing, int imeHeight) { in setImeVisibility()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleController.java2066 public void onImeVisibilityChanged(boolean imeVisible, int imeHeight) { in onImeVisibilityChanged()