HomeSort by relevance Sort by last modified time
    Searched refs:deferThumbnailDestruction (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/core/java/com/android/server/wm/
AppWindowAnimator.java 75 // Special surface for thumbnail animation. If deferThumbnailDestruction is enabled, then we
87 boolean deferThumbnailDestruction;
88 // This flag is set if the animator has deferThumbnailDestruction set and has reached the final
203 deferThumbnailDestruction = false;
317 if (deferThumbnailDestruction && !deferFinalFrameCleanup) {
WindowSurfacePlacer.java     [all...]

Completed in 79 milliseconds