Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleFlyoutView.java77 private final float mNewDotSize; field in BubbleFlyoutView
168 mNewDotSize = mNewDotRadius * 2f; in BubbleFlyoutView()
284 final float newDotSize = hideDot ? 0f : mNewDotSize; in setupFlyoutStartingAsDot()