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

  /frameworks/base/services/java/com/android/server/wm/
DimLayer.java 22 SurfaceControl mDimSurface;
24 /** Last value passed to mDimSurface.setAlpha() */
27 /** Last value passed to mDimSurface.setLayer() */
30 /** Next values to pass to mDimSurface.setPosition() and mDimSurface.setSize() */
33 /** Last values passed to mDimSurface.setPosition() and mDimSurface.setSize() */
36 /** True after mDimSurface.show() has been called, false after mDimSurface.hide(). */
62 mDimSurface = new WindowStateAnimator.SurfaceTrace(service.mFxSession
    [all...]
StackBox.java 381 mStack.mDimLayer.mDimSurface.destroy();
382 mStack.mAnimationBackgroundSurface.mDimSurface.destroy();

Completed in 40 milliseconds