Searched refs:mTmpUpdateAllDrawn (Results 1 – 1 of 1) sorted by relevance
304 private final LinkedList<AppWindowToken> mTmpUpdateAllDrawn = new LinkedList(); field in DisplayContent701 if (updateAllDrawn && !mTmpUpdateAllDrawn.contains(atoken)) {702 mTmpUpdateAllDrawn.add(atoken);2701 mTmpUpdateAllDrawn.clear(); in applySurfaceChangesTransaction()2768 while (!mTmpUpdateAllDrawn.isEmpty()) { in applySurfaceChangesTransaction()2769 final AppWindowToken atoken = mTmpUpdateAllDrawn.removeLast(); in applySurfaceChangesTransaction()