Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DSplashscreenWindowCreator.java219 contentView.getInitBackgroundColor()) in addSplashScreenStartingWindow()
446 mBGColor = mSplashView != null ? mSplashView.getInitBackgroundColor() in setSplashScreenView()
H A DSplashScreenExitAnimationUtils.java133 ((SplashScreenView) splashScreenView).getInitBackgroundColor()); in createAnimator()
/aosp14/frameworks/base/core/java/android/window/
H A DSplashScreenView.java659 public @ColorInt int getInitBackgroundColor() { in getInitBackgroundColor() method in SplashScreenView
709 mBackgroundColor = view.getInitBackgroundColor(); in SplashScreenViewParcelable()