Searched refs:mTmpUpdateAllDrawn (Results 1 – 1 of 1) sorted by relevance
471 private final LinkedList<AppWindowToken> mTmpUpdateAllDrawn = new LinkedList(); field in DisplayContent875 if (updateAllDrawn && !mTmpUpdateAllDrawn.contains(atoken)) {876 mTmpUpdateAllDrawn.add(atoken);3700 mTmpUpdateAllDrawn.clear(); in applySurfaceChangesTransaction()3778 while (!mTmpUpdateAllDrawn.isEmpty()) { in applySurfaceChangesTransaction()3779 final AppWindowToken atoken = mTmpUpdateAllDrawn.removeLast(); in applySurfaceChangesTransaction()