Home
last modified time | relevance | path

Searched refs:mSplashScreenExecutor (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DStartingWindowController.java85 private final ShellExecutor mSplashScreenExecutor; field in StartingWindowController
106 mSplashScreenExecutor = splashScreenExecutor; in StartingWindowController()
134 return mSplashScreenExecutor; in getRemoteCallExecutor()
156 mSplashScreenExecutor.execute(() -> { in addStartingWindow()
196 mSplashScreenExecutor.execute(() -> { in copySplashScreenView()
205 mSplashScreenExecutor.execute( in onAppSplashScreenViewRemoved()
213 mSplashScreenExecutor.execute(() -> mStartingSurfaceDrawer.onImeDrawnOnTask(taskId)); in onImeDrawnOnTask()
220 mSplashScreenExecutor.execute(() -> mStartingSurfaceDrawer.removeStartingWindow( in removeStartingWindow()
223 mSplashScreenExecutor.executeDelayed(() -> { in removeStartingWindow()
235 mSplashScreenExecutor.execute(() -> { in clearAllWindows()
[all …]
H A DAbsSplashWindowCreator.java32 protected final ShellExecutor mSplashScreenExecutor; field in AbsSplashWindowCreator
42 mSplashScreenExecutor = splashScreenExecutor; in AbsSplashWindowCreator()
H A DTaskSnapshotWindow.java68 private final ShellExecutor mSplashScreenExecutor; field in TaskSnapshotWindow
162 mSplashScreenExecutor = splashScreenExecutor; in TaskSnapshotWindow()
195 mSplashScreenExecutor.executeDelayed(mClearWindowHandler, 0); in clearWindowSynced()
223 snapshot.mSplashScreenExecutor.execute(() -> { in resized()
H A DStartingSurfaceDrawer.java57 private final ShellExecutor mSplashScreenExecutor; field in StartingSurfaceDrawer
76 mSplashScreenExecutor = splashScreenExecutor; in StartingSurfaceDrawer()
146 windowInfo.rootSurface, windowInfo.taskSnapshot, mSplashScreenExecutor); in addWindowlessStartingSurface()
H A DSplashscreenWindowCreator.java121 mSplashScreenExecutor.execute(() -> mChoreographer = Choreographer.getInstance()); in SplashscreenWindowCreator()
297 new RemoteCallback((bundle) -> mSplashScreenExecutor.execute( in copySplashScreenView()