Searched refs:mSplashScreenExecutor (Results 1 – 3 of 3) sorted by relevance
80 private final ShellExecutor mSplashScreenExecutor; field in StartingWindowController94 mSplashScreenExecutor = splashScreenExecutor; in StartingWindowController()111 return mSplashScreenExecutor; in getRemoteCallExecutor()127 mSplashScreenExecutor.execute(() -> { in addStartingWindow()166 mSplashScreenExecutor.execute(() -> { in copySplashScreenView()175 mSplashScreenExecutor.execute( in onAppSplashScreenViewRemoved()183 mSplashScreenExecutor.execute(() -> mStartingSurfaceDrawer.onImeDrawnOnTask(taskId)); in onImeDrawnOnTask()190 mSplashScreenExecutor.execute(() -> mStartingSurfaceDrawer.removeStartingWindow( in removeStartingWindow()192 mSplashScreenExecutor.executeDelayed(() -> { in removeStartingWindow()203 mSplashScreenExecutor.execute(() -> { in clearAllWindows()[all …]
133 private final ShellExecutor mSplashScreenExecutor; field in TaskSnapshotWindow266 mSplashScreenExecutor = splashScreenExecutor; in TaskSnapshotWindow()319 mSplashScreenExecutor.removeCallbacks(mScheduledRunnable); in scheduleRemove()329 mSplashScreenExecutor.executeDelayed(mScheduledRunnable, delayRemovalTime); in scheduleRemove()336 mSplashScreenExecutor.removeCallbacks(mScheduledRunnable); in removeImmediately()523 mSplashScreenExecutor.executeDelayed(mClearWindowHandler, 0); in clearWindowSynced()547 mOuter.mSplashScreenExecutor.execute(() -> { in resized()
115 private final ShellExecutor mSplashScreenExecutor; field in StartingSurfaceDrawer130 mSplashScreenExecutor = splashScreenExecutor; in StartingSurfaceDrawer()132 mSplashScreenExecutor.execute(() -> mChoreographer = Choreographer.getInstance()); in StartingSurfaceDrawer()451 snapshot, mSplashScreenExecutor, () -> removeWindowNoAnimate(taskId)); in makeTaskSnapshotWindow()498 new RemoteCallback((bundle) -> mSplashScreenExecutor.execute( in copySplashScreenView()