Searched refs:DISABLED_STATE_OPACITY (Results 1 – 1 of 1) sorted by relevance
44 private static final float DISABLED_STATE_OPACITY = .3f; field in CheckableLabeledButton133 iconView.setAlpha(isEnabled() ? 1f : DISABLED_STATE_OPACITY); in refreshDrawableState()134 labelView.setAlpha(isEnabled() ? 1f : DISABLED_STATE_OPACITY); in refreshDrawableState()