Searched refs:mSplashScreenExecutor (Results 1 – 5 of 5) sorted by relevance
85 private final ShellExecutor mSplashScreenExecutor; field in StartingWindowController106 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 …]
32 protected final ShellExecutor mSplashScreenExecutor; field in AbsSplashWindowCreator42 mSplashScreenExecutor = splashScreenExecutor; in AbsSplashWindowCreator()
68 private final ShellExecutor mSplashScreenExecutor; field in TaskSnapshotWindow162 mSplashScreenExecutor = splashScreenExecutor; in TaskSnapshotWindow()195 mSplashScreenExecutor.executeDelayed(mClearWindowHandler, 0); in clearWindowSynced()223 snapshot.mSplashScreenExecutor.execute(() -> { in resized()
57 private final ShellExecutor mSplashScreenExecutor; field in StartingSurfaceDrawer76 mSplashScreenExecutor = splashScreenExecutor; in StartingSurfaceDrawer()146 windowInfo.rootSurface, windowInfo.taskSnapshot, mSplashScreenExecutor); in addWindowlessStartingSurface()
121 mSplashScreenExecutor.execute(() -> mChoreographer = Choreographer.getInstance()); in SplashscreenWindowCreator()297 new RemoteCallback((bundle) -> mSplashScreenExecutor.execute( in copySplashScreenView()