Searched refs:getImeHeight (Results 1 – 6 of 6) sorted by relevance
315 public int getImeHeight() { in getImeHeight() method in BubblePositioner322 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()
3206 outRect.bottom -= mPositioner.getImeHeight(); in getTouchableRegion()
326 mPipBoundsState.isImeShowing() ? mPipBoundsState.getImeHeight() : 0, in getDefaultBounds()363 ? mPipBoundsState.getImeHeight() : 0); in getMovementBounds()
63 insets.bottom -= (pipBoundsState.getImeHeight() + mImeOffset); in adjust()
400 public int getImeHeight() { in getImeHeight() method in PipBoundsState
669 && (!imeVisible || imeHeight == mTvPipBoundsState.getImeHeight())) { in registerWmShellPinnedStackListener()