Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayContent.java512 private final LinkedList<ActivityRecord> mTmpUpdateAllDrawn = new LinkedList(); field in DisplayContent
1026 if (updateAllDrawn && !mTmpUpdateAllDrawn.contains(activity)) {
1027 mTmpUpdateAllDrawn.add(activity);
4426 mTmpUpdateAllDrawn.clear(); in applySurfaceChangesTransaction()
4513 while (!mTmpUpdateAllDrawn.isEmpty()) { in applySurfaceChangesTransaction()
4514 final ActivityRecord activity = mTmpUpdateAllDrawn.removeLast(); in applySurfaceChangesTransaction()