Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
DDesktopModeVisualIndicator.java316 private static final float INDICATOR_FINAL_OPACITY = 0.35f; field in DesktopModeVisualIndicator.VisualIndicatorAnimator
466 .setAlpha((int) (MAXIMUM_OPACITY * fraction * INDICATOR_FINAL_OPACITY)); in updateIndicatorAlpha()