Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DSplashScreenExitAnimation.java82 final View brandingView = view.getBrandingView(); in SplashScreenExitAnimation()
DSplashScreenExitAnimationUtils.java207 brandingView = ((SplashScreenView) splashScreenView).getBrandingView(); in createRadialVanishSlideUpAnimator()
267 brandingView = ((SplashScreenView) splashScreenView).getBrandingView(); in createFadeOutAnimation()
/frameworks/base/core/java/android/window/
DSplashScreenView.java670 public @Nullable View getBrandingView() { in getBrandingView() method in SplashScreenView
736 mBrandingBitmap = copyDrawable(view.getBrandingView().getBackground()); in SplashScreenViewParcelable()
738 ViewGroup.LayoutParams params = view.getBrandingView().getLayoutParams(); in SplashScreenViewParcelable()
/frameworks/base/core/api/
Dtest-current.txt4192 method @Nullable public android.view.View getBrandingView();