Home
last modified time | relevance | path

Searched refs:mStartingWindowRecords (Results 1 – 2 of 2) 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<>(); field in StartingSurfaceDrawer
315 final StartingWindowRecord record = mStartingWindowRecords.get(taskId); in addSplashScreenStartingWindow()
349 final StartingWindowRecord record = mStartingWindowRecords.get(taskId); in addSplashScreenStartingWindow()
457 mStartingWindowRecords.put(taskId, tView); in makeTaskSnapshotWindow()
478 final int taskSize = mStartingWindowRecords.size(); in clearAllWindows()
481 taskIds[i] = mStartingWindowRecords.keyAt(i); in clearAllWindows()
492 final StartingWindowRecord preView = mStartingWindowRecords.get(taskId); in copySplashScreenView()
575 mStartingWindowRecords.put(taskId, tView); in saveSplashScreenRecord()
584 final StartingWindowRecord record = mStartingWindowRecords.get(taskId); in onImeDrawnOnTask()
593 final StartingWindowRecord record = mStartingWindowRecords.get(taskId); in removeWindowSynced()
[all …]
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/startingsurface/
H A DStartingSurfaceDrawerTests.java133 mStartingWindowRecords.remove(removalInfo.taskId); in removeWindowSynced()
297 assertEquals(mStartingSurfaceDrawer.mStartingWindowRecords.size(), 0); in testClearAllWindows()