Searched refs:getImeHeight (Results 1 – 6 of 6) sorted by relevance
313 public int getImeHeight() {320 return getScreenRect().bottom - getImeHeight() - getInsets().bottom;579 final float bottomHeight = getImeHeight() + mInsets.bottom + (mSpacingBetweenBubbles * 2);718 final int imeHeight = getImeHeight();
2899 outRect.bottom -= mPositioner.getImeHeight(); in getTouchableRegion()
299 mPipBoundsState.isImeShowing() ? mPipBoundsState.getImeHeight() : 0, in getDefaultBounds()336 ? mPipBoundsState.getImeHeight() : 0); in getMovementBounds()
63 insets.bottom -= (pipBoundsState.getImeHeight() + mImeOffset); in adjust()
362 public int getImeHeight() { in getImeHeight() method in PipBoundsState
642 && (!imeVisible || imeHeight == mTvPipBoundsState.getImeHeight())) { in registerWmShellPinnedStackListener()