Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubblePositioner.java793 final RectF allowableRegion = new RectF(getAvailableRect()); in getAllowableStackPositionRegion() local
798 allowableRegion.left -= mBubbleOffscreenAmount; in getAllowableStackPositionRegion()
799 allowableRegion.top += mBubblePaddingTop; in getAllowableStackPositionRegion()
800 allowableRegion.right += mBubbleOffscreenAmount - mBubbleSize; in getAllowableStackPositionRegion()
801 allowableRegion.bottom -= imeHeight + bottomPadding + mBubbleSize; in getAllowableStackPositionRegion()
802 return allowableRegion; in getAllowableStackPositionRegion()