Home
last modified time | relevance | path

Searched refs:OPACITY_ENABLED (Results 1 – 1 of 1) sorted by relevance

/packages/apps/TV/src/com/android/tv/menu/
DActionCardView.java36 private static final float OPACITY_ENABLED = 1.0f; field in ActionCardView
72 mIconView.setAlpha(OPACITY_ENABLED); in onBind()
73 mLabelView.setAlpha(OPACITY_ENABLED); in onBind()
74 mStateView.setAlpha(OPACITY_ENABLED); in onBind()