Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleFlyoutView.java234 boolean hideDot, Runnable onHide) { in animateUpdate() argument
240 fade(true /* in */, stackPos, hideDot, () -> {} /* after */); in animateUpdate()
243 fade(false /* in */, stackPos, hideDot, afterFadeOut); in animateUpdate()
249 private void fade(boolean in, PointF stackPos, boolean hideDot, Runnable afterFade) { in fade() argument
256 updateDot(stackPos, hideDot); in fade()
308 void updateDot(PointF stackPos, boolean hideDot) { in updateDot() argument
311 final float newDotSize = hideDot ? 0f : mNewDotSize; in updateDot()
316 final float adjustmentForScaleAway = hideDot ? 0f : (mOriginalDotSize / 2f); in updateDot()
337 boolean hideDot, in setupFlyoutStartingAsDot() argument
362 updateDot(stackPos, hideDot); in setupFlyoutStartingAsDot()