Searched refs:mTmpUpdateAllDrawn (Results 1 – 1 of 1) sorted by relevance
348 private final LinkedList<AppWindowToken> mTmpUpdateAllDrawn = new LinkedList(); field in DisplayContent722 if (updateAllDrawn && !mTmpUpdateAllDrawn.contains(atoken)) {723 mTmpUpdateAllDrawn.add(atoken);2844 mTmpUpdateAllDrawn.clear(); in applySurfaceChangesTransaction()2915 while (!mTmpUpdateAllDrawn.isEmpty()) { in applySurfaceChangesTransaction()2916 final AppWindowToken atoken = mTmpUpdateAllDrawn.removeLast(); in applySurfaceChangesTransaction()