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

  /frameworks/base/services/core/java/com/android/server/wm/
DimLayer.java 36 SurfaceControl mDimSurface;
38 /** Last value passed to mDimSurface.setAlpha() */
41 /** Last value passed to mDimSurface.setLayer() */
44 /** Next values to pass to mDimSurface.setPosition() and mDimSurface.setSize() */
47 /** Last values passed to mDimSurface.setPosition() and mDimSurface.setSize() */
50 /** True after mDimSurface.show() has been called, false after mDimSurface.hide(). */
76 mDimSurface = new WindowStateAnimator.SurfaceTrace(service.mFxSession
    [all...]
TaskStack.java 378 mDimLayer.mDimSurface.destroy();
379 mAnimationBackgroundSurface.mDimSurface.destroy();

Completed in 3340 milliseconds