Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleFlyoutView.java61 private final int mBubbleElevation; field in BubbleFlyoutView
147 mBubbleElevation = res.getDimensionPixelSize(R.dimen.bubble_elevation); in BubbleFlyoutView()
291 - (mFlyoutElevation - mBubbleElevation) * mPercentTransitionedToDot); in setCollapsePercent()