Searched refs:mDotAppearAmount (Results 1 – 1 of 1) sorted by relevance
137 private float mDotAppearAmount; field in StatusBarIconView461 if (mDotAppearAmount != 0.0f) { in onDraw()464 if (mDotAppearAmount <= 1.0f) { in onDraw()465 radius = mDotRadius * mDotAppearAmount; in onDraw()467 float fadeOutAmount = mDotAppearAmount - 1.0f; in onDraw()590 if (mDotAppearAmount != 0) { in updateDecorColor()835 if (mDotAppearAmount != dotAppearAmount) { in setDotAppearAmount()836 mDotAppearAmount = dotAppearAmount; in setDotAppearAmount()850 return mDotAppearAmount; in getDotAppearAmount()