Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubblePositioner.java315 public int getImeHeight() { in getImeHeight() method in BubblePositioner
322 return getScreenRect().bottom - getImeHeight() - getInsets().bottom; in getImeTop()
627 final float bottomHeight = getImeHeight() + mInsets.bottom + (mSpacingBetweenBubbles * 2); in getExpandedBubbleYForIme()
794 final int imeHeight = getImeHeight(); in getAllowableStackPositionRegion()
DBubbleStackView.java3206 outRect.bottom -= mPositioner.getImeHeight(); in getTouchableRegion()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/
DPipBoundsAlgorithm.java326 mPipBoundsState.isImeShowing() ? mPipBoundsState.getImeHeight() : 0, in getDefaultBounds()
363 ? mPipBoundsState.getImeHeight() : 0); in getMovementBounds()
DPhonePipKeepClearAlgorithm.java63 insets.bottom -= (pipBoundsState.getImeHeight() + mImeOffset); in adjust()
DPipBoundsState.java400 public int getImeHeight() { in getImeHeight() method in PipBoundsState
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
DTvPipController.java669 && (!imeVisible || imeHeight == mTvPipBoundsState.getImeHeight())) { in registerWmShellPinnedStackListener()