Home
last modified time | relevance | path

Searched refs:mBackgroundControl (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DWindowSurfaceController.java759 private SurfaceControl mBackgroundControl; field in WindowSurfaceController.SurfaceControlWithBackground
771 mBackgroundControl = new SurfaceControl(s, name, w, h, in SurfaceControlWithBackground()
782 mBackgroundControl.setAlpha(alpha); in setAlpha()
788 mBackgroundControl.setLayer(zorder - 1); in setLayer()
798 mBackgroundControl.setPosition(x, y); in setPosition()
804 mBackgroundControl.setSize(w, h); in setSize()
810 mBackgroundControl.setWindowCrop(crop); in setWindowCrop()
816 mBackgroundControl.setFinalCrop(crop); in setFinalCrop()
822 mBackgroundControl.setLayerStack(layerStack); in setLayerStack()
840 mBackgroundControl.setMatrix(dsdx, dtdx, dsdy, dtdy); in setMatrix()
[all …]