Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java570 private final LinkedList<ActivityRecord> mTmpUpdateAllDrawn = new LinkedList(); field in DisplayContent
1118 if (updateAllDrawn && !mTmpUpdateAllDrawn.contains(activity)) {
1119 mTmpUpdateAllDrawn.add(activity);
5007 mTmpUpdateAllDrawn.clear(); in applySurfaceChangesTransaction()
5079 while (!mTmpUpdateAllDrawn.isEmpty()) { in applySurfaceChangesTransaction()
5080 final ActivityRecord activity = mTmpUpdateAllDrawn.removeLast(); in applySurfaceChangesTransaction()