Home
last modified time | relevance | path

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

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