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 67 // Special surface for thumbnail animation. If deferThumbnailDestruction is enabled, then we
81 boolean deferThumbnailDestruction;
82 // This flag is set if the animator has deferThumbnailDestruction set and has reached the final
169 deferThumbnailDestruction = false;
259 if (deferThumbnailDestruction && !deferFinalFrameCleanup) {
WindowManagerService.java     [all...]

Completed in 510 milliseconds