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.java63 private final int mBubbleElevation; field in BubbleFlyoutView
156 mBubbleElevation = res.getDimensionPixelSize(R.dimen.bubble_elevation); in BubbleFlyoutView()
299 - (mFlyoutElevation - mBubbleElevation) * mPercentTransitionedToDot); in setCollapsePercent()