Searched refs:hideDot (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
D | BubbleFlyoutView.java | 233 boolean hideDot, float[] dotCenter, Runnable onHide) { in animateUpdate() argument 240 fade(true /* in */, stackPos, hideDot, () -> {} /* after */); in animateUpdate() 243 fade(false /* in */, stackPos, hideDot, afterFadeOut); in animateUpdate() 256 private void fade(boolean in, PointF stackPos, boolean hideDot, Runnable afterFade) { in fade() argument 263 updateDot(stackPos, hideDot); in fade() 314 void updateDot(PointF stackPos, boolean hideDot) { in updateDot() argument 317 final float newDotSize = hideDot ? 0f : mNewDotSize; in updateDot() 322 final float adjustmentForScaleAway = hideDot ? 0f : (mOriginalDotSize / 2f); in updateDot() 342 boolean hideDot) { in setupFlyoutStartingAsDot() argument 366 updateDot(stackPos, hideDot); in setupFlyoutStartingAsDot()
|