Searched refs:mDotAppearAmount (Results 1 – 1 of 1) sorted by relevance
137 private float mDotAppearAmount; field in StatusBarIconView462 if (mDotAppearAmount != 0.0f) { in onDraw()465 if (mDotAppearAmount <= 1.0f) { in onDraw()466 radius = mDotRadius * mDotAppearAmount; in onDraw()468 float fadeOutAmount = mDotAppearAmount - 1.0f; in onDraw()591 if (mDotAppearAmount != 0) { in updateDecorColor()836 if (mDotAppearAmount != dotAppearAmount) { in setDotAppearAmount()837 mDotAppearAmount = dotAppearAmount; in setDotAppearAmount()851 return mDotAppearAmount; in getDotAppearAmount()