Searched refs:mUnselectedAlpha (Results 1 – 4 of 4) sorted by relevance
50 private float mUnselectedAlpha = 1f; field in CarNavigationButton67 mUnselectedAlpha = typedArray.getFloat( in CarNavigationButton()68 R.styleable.CarNavigationButton_unselectedAlpha, mUnselectedAlpha); in CarNavigationButton()89 setAlpha(mUnselectedAlpha); in onFinishInflate()146 setAlpha(mSelected ? mSelectedAlpha : mUnselectedAlpha);
71 private float mUnselectedAlpha = 1f; field in CarFacetButton148 mUnselectedAlpha = styledAttributes.getFloat(149 R.styleable.CarFacetButton_unselectedAlpha, mUnselectedAlpha);153 mIcon.setAlpha(mUnselectedAlpha);215 mIcon.setAlpha(mSelected ? mSelectedAlpha : mUnselectedAlpha);
92 private float mUnselectedAlpha; field in Gallery315 mUnselectedAlpha = unselectedAlpha; in setUnselectedAlpha()322 t.setAlpha(child == mSelectedChild ? 1.0f : mUnselectedAlpha); in getChildStaticTransformation()
82125 Landroid/widget/Gallery;->mUnselectedAlpha:F