Searched refs:mDotAppearAmount (Results 1 – 1 of 1) sorted by relevance
137 private float mDotAppearAmount; field in StatusBarIconView463 if (mDotAppearAmount != 0.0f) { in onDraw()466 if (mDotAppearAmount <= 1.0f) { in onDraw()467 radius = mDotRadius * mDotAppearAmount; in onDraw()469 float fadeOutAmount = mDotAppearAmount - 1.0f; in onDraw()592 if (mDotAppearAmount != 0) { in updateDecorColor()842 if (mDotAppearAmount != dotAppearAmount) { in setDotAppearAmount()843 mDotAppearAmount = dotAppearAmount; in setDotAppearAmount()857 return mDotAppearAmount; in getDotAppearAmount()