Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleView.java198 mBadgedImageView.setDotScale(showDot ? 1f : 0f); in updateDotVisibility()
218 mBadgedImageView.setDotScale(fraction); in animateDot()
220 mBadgedImageView.setDotScale(showDot ? 1f : 0f); in animateDot()
DBadgedImageView.java139 void setDotScale(float fraction) { in setDotScale() method in BadgedImageView