Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleFlyoutView.java72 private final int mFlyoutSpaceFromBubble; field in BubbleFlyoutView
170 mFlyoutSpaceFromBubble = res.getDimensionPixelSize(R.dimen.bubble_flyout_space_from_bubble); in BubbleFlyoutView()
304 ? stackX + mBubbleSize + mFlyoutSpaceFromBubble in updateFlyoutX()
305 : stackX - getWidth() - mFlyoutSpaceFromBubble; in updateFlyoutX()