Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipMenuView.java111 private static final float DISABLED_ACTION_ALPHA = 0.54f; field in PipMenuView
538 actionView.setAlpha(action.isEnabled() ? 1f : DISABLED_ACTION_ALPHA); in updateActionViews()