Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DStartingWindowController.java80 private final ShellExecutor mSplashScreenExecutor; field in StartingWindowController
94 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 …]
H A DTaskSnapshotWindow.java133 private final ShellExecutor mSplashScreenExecutor; field in TaskSnapshotWindow
266 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()
H A DStartingSurfaceDrawer.java115 private final ShellExecutor mSplashScreenExecutor; field in StartingSurfaceDrawer
130 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()