Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/startingsurface/
DStartingSurfaceDrawerTests.java27 import static com.android.wm.shell.startingsurface.SplashscreenContentDrawer.MAX_ANIMATION_DURATION;
28 import static com.android.wm.shell.startingsurface.SplashscreenContentDrawer.MINIMAL_ANIMATION_DURA…
192 final SplashscreenContentDrawer.ColorCache colorCache = in testColorCache()
194 final SplashscreenContentDrawer.ColorCache.WindowColor windowColor1 = in testColorCache()
200 final SplashscreenContentDrawer.ColorCache.WindowColor windowColor2 = in testColorCache()
210 final SplashscreenContentDrawer.ColorCache.WindowColor windowColor3 = in testColorCache()
300 assertEquals(shortDuration, SplashscreenContentDrawer.getShowingDuration( in testMinimumAnimationDuration()
303 assertEquals(medianShortDuration, SplashscreenContentDrawer.getShowingDuration( in testMinimumAnimationDuration()
306 assertEquals(longAppDuration, SplashscreenContentDrawer.getShowingDuration( in testMinimumAnimationDuration()
310 assertEquals(shortDuration, SplashscreenContentDrawer.getShowingDuration( in testMinimumAnimationDuration()
[all …]
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DAbsSplashWindowCreator.java29 protected final SplashscreenContentDrawer mSplashscreenContentDrawer;
37 AbsSplashWindowCreator(SplashscreenContentDrawer contentDrawer, Context context, in AbsSplashWindowCreator()
DWindowlessSplashWindowCreator.java46 WindowlessSplashWindowCreator(SplashscreenContentDrawer contentDrawer, in WindowlessSplashWindowCreator()
72 final Context myContext = SplashscreenContentDrawer.createContext(mContext, windowInfo, in addSplashScreenStartingWindow()
83 final WindowManager.LayoutParams lp = SplashscreenContentDrawer.createLayoutParameters( in addSplashScreenStartingWindow()
DWindowlessSnapshotWindowCreator.java47 private final SplashscreenContentDrawer mSplashscreenContentDrawer;
53 DisplayManager displayManager, SplashscreenContentDrawer splashscreenContentDrawer, in WindowlessSnapshotWindowCreator()
DSplashscreenWindowCreator.java114 SplashscreenWindowCreator(SplashscreenContentDrawer contentDrawer, Context context, in SplashscreenWindowCreator()
134 final Context context = SplashscreenContentDrawer.createContext(mContext, windowInfo, theme, in addSplashScreenStartingWindow()
139 final WindowManager.LayoutParams params = SplashscreenContentDrawer.createLayoutParameters( in addSplashScreenStartingWindow()
DStartingSurfaceDrawer.java61 final SplashscreenContentDrawer mSplashscreenContentDrawer;
80 mSplashscreenContentDrawer = new SplashscreenContentDrawer(context, iconProvider, pool); in StartingSurfaceDrawer()
DStartingWindowController.java256 ? color : SplashscreenContentDrawer.getSystemBGColor(); in getBackgroundColor()
DSplashscreenContentDrawer.java95 public class SplashscreenContentDrawer { class
134 SplashscreenContentDrawer(Context context, IconProvider iconProvider, TransactionPool pool) { in SplashscreenContentDrawer() method in SplashscreenContentDrawer
631 SplashscreenContentDrawer.this.mContext, in build()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfacesImpl.java238 import com.android.wm.shell.startingsurface.SplashscreenContentDrawer;
3220 return SplashscreenContentDrawer.getSystemBGColor();