Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBadgedImageView.java230 animateDotScale(targetScale, null /* after */); in updateDotVisibility()
294 animateDotScale(0f /* showDot */, () -> { in animateDotBadgePositions()
297 animateDotScale(1.0f, null /* after */); in animateDotBadgePositions()
326 public void animateDotScale(float toScale, @Nullable Runnable after) { in animateDotScale() method in BadgedImageView
DBubbleStackView.java1572 mBubbleOverflow.getIconView().animateDotScale(expanding ? 1 : 0f, () -> { in updateOverflowDotVisibility()