Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
H A DTvPipMenuView.java58 private static final float DISABLED_ACTION_ALPHA = 0.54f; field in TvPipMenuView
171 button.setAlpha(action.isEnabled() ? 1f : DISABLED_ACTION_ALPHA); in setAdditionalActions()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipMenuView.java105 private static final float DISABLED_ACTION_ALPHA = 0.54f; field in PipMenuView
509 actionView.setAlpha(action.isEnabled() ? 1f : DISABLED_ACTION_ALPHA); in updateActionViews()