Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubblePositioner.java308 public int getImeHeight() { in getImeHeight() method in BubblePositioner
537 final float bottomInset = getImeHeight() + mInsets.bottom - (mSpacingBetweenBubbles * 2); in getExpandedBubbleYForIme()
H A DBubbleStackView.java2565 outRect.bottom -= mPositioner.getImeHeight(); in getTouchableRegion()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipBoundsAlgorithm.java309 mPipBoundsState.isImeShowing() ? mPipBoundsState.getImeHeight() : 0, in getDefaultBounds()
347 ? mPipBoundsState.getImeHeight() : 0); in getMovementBounds()
H A DPipBoundsState.java344 public int getImeHeight() { in getImeHeight() method in PipBoundsState
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
H A DTvPipController.java389 && (!imeVisible || imeHeight == mPipBoundsState.getImeHeight())) { in registerWmShellPinnedStackListener()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
H A DStackAnimationController.java579 final int imeHeight = mPositioner.getImeHeight();