Searched refs:mOnAlpha (Results 1 – 4 of 4) sorted by relevance
57 private float mOnAlpha; field in HvacToggleButton104 mOnAlpha = mContext.getResources().getFloat(R.dimen.hvac_turned_on_alpha); in parseAttributes()112 setAlpha(shouldAllowControl() ? mOnAlpha : mOffAlpha); in updateUIState()
82 private float mOnAlpha; field in FanDirectionButtons106 mOnAlpha = mContext.getResources().getFloat(R.dimen.hvac_turned_on_alpha); in onFinishInflate()196 setAlpha(shouldAllowControl() ? mOnAlpha : mOffAlpha); in updateViewPerAvailability()
68 private float mOnAlpha; field in FanSpeedBar169 mOnAlpha = mContext.getResources().getFloat(R.dimen.hvac_turned_on_alpha); in onFinishInflate()248 setAlpha(shouldAllowControl() ? mOnAlpha : mOffAlpha);
54 private float mOnAlpha; field in FanSpeedSeekBar121 mOnAlpha = mContext.getResources().getFloat(R.dimen.hvac_turned_on_alpha); in init()209 setAlpha(shouldAllowControl() ? mOnAlpha : mOffAlpha); in updateUI()