Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/
H A DDropZoneView.java111 private ColorDrawable mSplashBackgroundDrawable; field in DropZoneView
142 mSplashBackgroundDrawable = new ColorDrawable(); in DropZoneView()
143 mSplashBackgroundDrawable.setColor(Color.WHITE); in DropZoneView()
144 mSplashBackgroundDrawable.setAlpha(SPLASHSCREEN_ALPHA_INT); in DropZoneView()
145 mSplashScreenView.setBackgroundDrawable(mSplashBackgroundDrawable); in DropZoneView()
191 mSplashBackgroundDrawable.setColor(splashScreenColor); in setAppInfo()
240 mSplashAnimator = ObjectAnimator.ofInt(mSplashBackgroundDrawable, in animateSplashToState()
242 mSplashBackgroundDrawable.getAlpha(), in animateSplashToState()