Searched refs:mDotAppearAmount (Results 1 – 1 of 1) sorted by relevance
132 private float mDotAppearAmount; field in StatusBarIconView427 if (mDotAppearAmount != 0.0f) { in onDraw()430 if (mDotAppearAmount <= 1.0f) { in onDraw()431 radius = mDotRadius * mDotAppearAmount; in onDraw()433 float fadeOutAmount = mDotAppearAmount - 1.0f; in onDraw()548 if (mDotAppearAmount != 0) { in updateDecorColor()792 if (mDotAppearAmount != dotAppearAmount) { in setDotAppearAmount()793 mDotAppearAmount = dotAppearAmount; in setDotAppearAmount()807 return mDotAppearAmount; in getDotAppearAmount()