Searched refs:mBackgroundControl (Results 1 – 1 of 1) sorted by relevance
1098 private SurfaceControl mBackgroundControl; field in SurfaceView.SurfaceControlWithBackground1106 mBackgroundControl = new SurfaceControl(s, "Background for - " + name, w, h, in SurfaceControlWithBackground()1114 mBackgroundControl.setAlpha(alpha); in setAlpha()1121 mBackgroundControl.setLayer(-3); in setLayer()1127 mBackgroundControl.setPosition(x, y); in setPosition()1133 mBackgroundControl.setSize(w, h); in setSize()1139 mBackgroundControl.setWindowCrop(crop); in setWindowCrop()1145 mBackgroundControl.setFinalCrop(crop); in setFinalCrop()1151 mBackgroundControl.setLayerStack(layerStack); in setLayerStack()1169 mBackgroundControl.setMatrix(dsdx, dtdx, dsdy, dtdy); in setMatrix()[all …]