Searched refs:mNormalColor (Results 1 – 4 of 4) sorted by relevance
44 private var mNormalColor = 0 variable65 mNormalColor = Utils.getColorAttrDefaultColor(mContext, in setUp()73 assertThat(mView.currentBackgroundTint).isEqualTo(mNormalColor) in testBackgroundBehaviors()86 assertThat(mView.currentBackgroundTint).isEqualTo(mNormalColor) in testBackgroundBehaviors()
68 private final int mNormalColor; field in NotificationBackgroundView77 mNormalColor = Utils.getColorAttrDefaultColor(mContext, in NotificationBackgroundView()143 if (mTintColor != mNormalColor) { in setStatefulColors()
102 private int mNormalColor; field in ActivatableNotificationView128 mNormalColor = Utils.getColorAttrDefaultColor(mContext, in updateColors()150 return mNormalColor; in getNormalBgColor()320 if (notificationBackgroundTintOptimization() && color == mNormalColor) { in setBackgroundTintColor()699 return mNormalColor; in calculateBgColor()
58 protected final int mNormalColor; field in KeyguardAffordanceView137 mNormalColor = a.getColor(android.R.styleable.ImageView_tint, 0xffffffff); in KeyguardAffordanceView()196 int color = (int) mColorInterpolator.evaluate(alpha, mNormalColor, mDarkIconColor); in updateIconColor()