Home
last modified time | relevance | path

Searched defs:suggestType (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DStartingSurfaceDrawer.java168 @StartingWindowType int suggestType) { in addSplashScreenStartingWindow()
543 WindowManager.LayoutParams params, @StartingWindowType int suggestType) { in addWindow()
572 @StartingWindowType int suggestType) { in saveSplashScreenRecord()
658 TaskSnapshotWindow taskSnapshotWindow, @StartingWindowType int suggestType) { in StartingWindowRecord()
H A DSplashscreenContentDrawer.java140 void createContentView(Context context, @StartingWindowType int suggestType, ActivityInfo info, in createContentView()
244 @StartingWindowType int suggestType, Consumer<Runnable> uiThreadInitConsumer) { in makeSplashScreenContentView()
347 StartingWindowViewBuilder chooseStyle(int suggestType) { in chooseStyle()
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/startingsurface/
H A DStartingSurfaceDrawerTests.java118 WindowManager.LayoutParams params, int suggestType) { in addWindow()