Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/incall/impl/
DCheckableLabeledButton.java44 private static final float DISABLED_STATE_OPACITY = .3f; field in CheckableLabeledButton
133 iconView.setAlpha(isEnabled() ? 1f : DISABLED_STATE_OPACITY); in refreshDrawableState()
134 labelView.setAlpha(isEnabled() ? 1f : DISABLED_STATE_OPACITY); in refreshDrawableState()