Home
last modified time | relevance | path

Searched refs:StartingWindowController (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DStartingWindowController.java66 public class StartingWindowController implements RemoteCallable<StartingWindowController> { class
67 private static final String TAG = StartingWindowController.class.getSimpleName();
87 public StartingWindowController(Context context, ShellExecutor splashScreenExecutor, in StartingWindowController() method in StartingWindowController
222 mIStartingWindow = new IStartingWindowImpl(StartingWindowController.this); in createExternalInterface()
250 private StartingWindowController mController;
251 private SingleInstanceRemoteListener<StartingWindowController,
259 public IStartingWindowImpl(StartingWindowController controller) { in IStartingWindowImpl()
H A DStartingSurfaceDrawer.java110 static final boolean DEBUG_SPLASH_SCREEN = StartingWindowController.DEBUG_SPLASH_SCREEN;
111 static final boolean DEBUG_TASK_SNAPSHOT = StartingWindowController.DEBUG_TASK_SNAPSHOT;
/aosp12/packages/apps/Car/Launcher/src/com/android/car/carlauncher/
H A DTaskViewManager.java40 import com.android.wm.shell.startingsurface.StartingWindowController;
69 StartingWindowController startingController = in initWmShell()
70 new StartingWindowController(mContext, mExecutor, in initWmShell()
H A DCarLauncher.java60 import com.android.wm.shell.startingsurface.StartingWindowController;
182 StartingWindowController startingController = in onCreate()
183 new StartingWindowController(this, application.getShellExecutor(), in onCreate()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/
H A DShellInitImpl.java35 import com.android.wm.shell.startingsurface.StartingWindowController;
60 private final StartingWindowController mStartingWindow;
80 StartingWindowController startingWindow, in ShellInitImpl()
H A DShellTaskOrganizer.java57 import com.android.wm.shell.startingsurface.StartingWindowController;
159 private StartingWindowController mStartingWindow;
238 public void initStartingWindow(StartingWindowController startingWindow) { in initStartingWindow()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/phone/
H A DPhoneStartingWindowTypeAlgorithm.java33 import static com.android.wm.shell.startingsurface.StartingWindowController.DEBUG_SPLASH_SCREEN;
34 import static com.android.wm.shell.startingsurface.StartingWindowController.DEBUG_TASK_SNAPSHOT;
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/dagger/
H A DWMShellBaseModule.java83 import com.android.wm.shell.startingsurface.StartingWindowController;
541 StartingWindowController startingWindowController) { in provideStartingSurface()
547 static StartingWindowController provideStartingWindowController(Context context, in provideStartingWindowController()
551 return new StartingWindowController(context, splashScreenExecutor, in provideStartingWindowController()
618 StartingWindowController startingWindow, in provideShellInitImpl()