Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DSplashscreenWindowCreator.java216 contentView.getInitBackgroundColor()) in addSplashScreenStartingWindow()
441 mBGColor = mSplashView != null ? mSplashView.getInitBackgroundColor() in setSplashScreenView()
DSplashScreenExitAnimationUtils.java163 ((SplashScreenView) splashScreenView).getInitBackgroundColor()); in createRadialVanishSlideUpAnimator()
/frameworks/base/core/java/android/window/
DSplashScreenView.java678 public @ColorInt int getInitBackgroundColor() { in getInitBackgroundColor() method in SplashScreenView
728 mBackgroundColor = view.getInitBackgroundColor(); in SplashScreenViewParcelable()