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 D | StartingWindowController.java | 66 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 D | StartingSurfaceDrawer.java | 110 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 D | TaskViewManager.java | 40 import com.android.wm.shell.startingsurface.StartingWindowController; 69 StartingWindowController startingController = in initWmShell() 70 new StartingWindowController(mContext, mExecutor, in initWmShell()
|
H A D | CarLauncher.java | 60 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 D | ShellInitImpl.java | 35 import com.android.wm.shell.startingsurface.StartingWindowController; 60 private final StartingWindowController mStartingWindow; 80 StartingWindowController startingWindow, in ShellInitImpl()
|
H A D | ShellTaskOrganizer.java | 57 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 D | PhoneStartingWindowTypeAlgorithm.java | 33 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 D | WMShellBaseModule.java | 83 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()
|