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

  /frameworks/base/services/java/com/android/server/wm/
TaskStack.java 60 final DimLayer mAnimationBackgroundSurface;
75 mAnimationBackgroundSurface = new DimLayer(service, this);
151 mAnimationBackgroundSurface.destroySurface();
158 mAnimationBackgroundSurface.hide();
253 mAnimationBackgroundSurface.show(animLayer - WindowManagerService.LAYER_OFFSET_DIM,
260 mAnimationBackgroundSurface.setBounds(bounds);
295 if (mAnimationBackgroundSurface.isDimming()) {
297 mAnimationBackgroundSurface.printTo(prefix + " ", pw);
StackBox.java 386 mStack.mAnimationBackgroundSurface.mDimSurface.destroy();

Completed in 35 milliseconds