Searched refs:mDotAppearAmount (Results 1 – 1 of 1) sorted by relevance
148 private float mDotAppearAmount; field in StatusBarIconView497 if (mDotAppearAmount != 0.0f) { in onDraw()500 if (mDotAppearAmount <= 1.0f) { in onDraw()501 radius = mDotRadius * mDotAppearAmount; in onDraw()503 float fadeOutAmount = mDotAppearAmount - 1.0f; in onDraw()626 if (mDotAppearAmount != 0) { in updateDecorColor()876 if (mDotAppearAmount != dotAppearAmount) { in setDotAppearAmount()877 mDotAppearAmount = dotAppearAmount; in setDotAppearAmount()891 return mDotAppearAmount; in getDotAppearAmount()