Searched refs:mWindowAnimationBackgroundSurface (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java542 DimSurface mWindowAnimationBackgroundSurface = null; field in class:WindowManagerService
8219 if (mWindowAnimationBackgroundSurface == null) {
8220 mWindowAnimationBackgroundSurface = new DimSurface(mFxSession);
8222 mWindowAnimationBackgroundSurface.show(dw, dh,
8225 } else if (mWindowAnimationBackgroundSurface != null) {
8226 mWindowAnimationBackgroundSurface.hide();
9719 if (mWindowAnimationBackgroundSurface != null) {
9720 pw.println(" mWindowAnimationBackgroundSurface:");
9721 mWindowAnimationBackgroundSurface.printTo(" ", pw);

Completed in 56 milliseconds