Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleFlyoutView.java58 private final int mFlyoutPadding; field in BubbleFlyoutView
155 mFlyoutPadding = res.getDimensionPixelSize(R.dimen.bubble_flyout_padding_x); in BubbleFlyoutView()
239 (int) (parentWidth * FLYOUT_MAX_WIDTH_PERCENT) - mFlyoutPadding * 2; in setupFlyoutStartingAsDot()