Home | History | Annotate | Download | only in wm

Lines Matching refs:surfaceControl

44 import android.view.SurfaceControl;
318 final SurfaceControl surfaceControl = mService.mDragState.mSurfaceControl;
321 SurfaceControl.openTransaction();
323 surfaceControl.setPosition(touchX - thumbCenterX,
325 surfaceControl.setAlpha(.7071f);
326 surfaceControl.setLayer(mService.mDragState.getDragLayerLw());
327 surfaceControl.setLayerStack(display.getLayerStack());
328 surfaceControl.show();
330 SurfaceControl.closeTransaction();