Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleView.java170 animateDot(false /* showDot */, () -> { in setDotPosition()
172 animateDot(true /* showDot */, null); in setDotPosition()
195 animateDot(showDot, after); in updateDotVisibility()
205 private void animateDot(boolean showDot, Runnable after) { in animateDot() method in BubbleView
274 animateDot(shouldShowDot(), null /* after */); in updateViews()