Searched refs:setDotScale (Results 1 – 2 of 2) sorted by relevance
198 mBadgedImageView.setDotScale(showDot ? 1f : 0f); in updateDotVisibility()218 mBadgedImageView.setDotScale(fraction); in animateDot()220 mBadgedImageView.setDotScale(showDot ? 1f : 0f); in animateDot()
139 void setDotScale(float fraction) { in setDotScale() method in BadgedImageView