Home
last modified time | relevance | path

Searched refs:getImeHeight (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubblePositioner.java313 public int getImeHeight() {
320 return getScreenRect().bottom - getImeHeight() - getInsets().bottom;
579 final float bottomHeight = getImeHeight() + mInsets.bottom + (mSpacingBetweenBubbles * 2);
718 final int imeHeight = getImeHeight();
H A DBubbleStackView.java2899 outRect.bottom -= mPositioner.getImeHeight(); in getTouchableRegion()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/
H A DPipBoundsAlgorithm.java299 mPipBoundsState.isImeShowing() ? mPipBoundsState.getImeHeight() : 0, in getDefaultBounds()
336 ? mPipBoundsState.getImeHeight() : 0); in getMovementBounds()
H A DPhonePipKeepClearAlgorithm.java63 insets.bottom -= (pipBoundsState.getImeHeight() + mImeOffset); in adjust()
H A DPipBoundsState.java362 public int getImeHeight() { in getImeHeight() method in PipBoundsState
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
H A DTvPipController.java642 && (!imeVisible || imeHeight == mTvPipBoundsState.getImeHeight())) { in registerWmShellPinnedStackListener()