Searched refs:mDotAppearAmount (Results 1 – 1 of 1) sorted by relevance
158 private float mDotAppearAmount; field in StatusBarIconView507 if (mDotAppearAmount != 0.0f) { in onDraw()510 if (mDotAppearAmount <= 1.0f) { in onDraw()511 radius = mDotRadius * mDotAppearAmount; in onDraw()513 float fadeOutAmount = mDotAppearAmount - 1.0f; in onDraw()639 if (mDotAppearAmount != 0) { in updateDecorColor()891 if (mDotAppearAmount != dotAppearAmount) { in setDotAppearAmount()892 mDotAppearAmount = dotAppearAmount; in setDotAppearAmount()906 return mDotAppearAmount; in getDotAppearAmount()