Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/
H A DDropZoneView.java46 private static final int SPLASHSCREEN_ALPHA_INT = (int) (255 * 0.90f); field in DropZoneView
144 mSplashBackgroundDrawable.setAlpha(SPLASHSCREEN_ALPHA_INT); in DropZoneView()
243 mShowingSplash ? SPLASHSCREEN_ALPHA_INT : 0); in animateSplashToState()