Home | History | Annotate | Download | only in wm

Lines Matching defs:SurfaceControl

39 import android.view.SurfaceControl;
66 SurfaceControl mSurfaceControl;
263 final SurfaceControl.Transaction t = new SurfaceControl.Transaction();
273 final int displayId = SurfaceControl.BUILT_IN_DISPLAY_ID_MAIN;
274 final IBinder displayHandle = SurfaceControl.getBuiltInDisplay(displayId);
281 SurfaceControl.screenshot(displayHandle, sur);
303 private void setSnapshotTransform(SurfaceControl.Transaction t, Matrix matrix, float alpha) {
351 private void setRotation(SurfaceControl.Transaction t, int rotation) {
364 public boolean setRotation(SurfaceControl.Transaction t, int rotation,
379 private boolean startAnimation(SurfaceControl.Transaction t, long maxAnimationDuration,
607 public boolean dismiss(SurfaceControl.Transaction t, long maxAnimationDuration,
886 void updateSurfaces(SurfaceControl.Transaction t) {