Searched defs:mTmpUpdateAllDrawn (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayContent.java304 private final LinkedList<AppWindowToken> mTmpUpdateAllDrawn = new LinkedList(); field in class:DisplayContent
701 if (updateAllDrawn && !mTmpUpdateAllDrawn.contains(atoken)) {
702 mTmpUpdateAllDrawn.add(atoken);
2701 mTmpUpdateAllDrawn.clear();
2768 while (!mTmpUpdateAllDrawn.isEmpty()) {
2769 final AppWindowToken atoken = mTmpUpdateAllDrawn.removeLast();

Completed in 62 milliseconds