Searched refs:mStartingWindowRecords (Results 1 – 2 of 2) sorted by relevance
138 final SparseArray<StartingWindowRecord> mStartingWindowRecords = new SparseArray<>(); field in StartingSurfaceDrawer315 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 …]
133 mStartingWindowRecords.remove(removalInfo.taskId); in removeWindowSynced()297 assertEquals(mStartingSurfaceDrawer.mStartingWindowRecords.size(), 0); in testClearAllWindows()