Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
H A DDesktopModeVisualIndicator.java275 private static final float INDICATOR_FINAL_OPACITY = 0.7f; field in DesktopModeVisualIndicator.VisualIndicatorAnimator
407 view.setAlpha(fraction * INDICATOR_FINAL_OPACITY); in updateIndicatorAlpha()