Searched refs:mSplashBackgroundDrawable (Results 1 – 1 of 1) sorted by relevance
111 private ColorDrawable mSplashBackgroundDrawable; field in DropZoneView142 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()