Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubblePositioner.java77 private int mBubbleOffscreenAmount; field in BubblePositioner
149 mBubbleOffscreenAmount = res.getDimensionPixelSize(R.dimen.bubble_stack_offscreen); in updateInternal()
296 return mBubbleOffscreenAmount; in getStackOffScreenAmount()
798 allowableRegion.left -= mBubbleOffscreenAmount; in getAllowableStackPositionRegion()
800 allowableRegion.right += mBubbleOffscreenAmount - mBubbleSize; in getAllowableStackPositionRegion()