Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DStartingSurfaceDrawer.java138 final SparseArray<StartingWindowRecord> mStartingWindowRecords = new SparseArray<>();
315 final StartingWindowRecord record = mStartingWindowRecords.get(taskId); in addSplashScreenStartingWindow()
349 final StartingWindowRecord record = mStartingWindowRecords.get(taskId); in addSplashScreenStartingWindow()
362 final StartingWindowRecord startingWindowRecord = mStartingWindowRecords.get(taskId); in getStartingWindowBackgroundColorForTask()
455 final StartingWindowRecord tView = new StartingWindowRecord(appToken, in makeTaskSnapshotWindow()
492 final StartingWindowRecord preView = mStartingWindowRecords.get(taskId); in copySplashScreenView()
573 final StartingWindowRecord tView = new StartingWindowRecord(appToken, view, in saveSplashScreenRecord()
584 final StartingWindowRecord record = mStartingWindowRecords.get(taskId); in onImeDrawnOnTask()
593 final StartingWindowRecord record = mStartingWindowRecords.get(taskId); in removeWindowSynced()
648 private static class StartingWindowRecord { class in StartingSurfaceDrawer
[all …]