Searched refs:sft (Results 1 – 1 of 1) sorted by relevance
637 final SurfaceControl.Transaction sft = new SurfaceControl.Transaction(); in applyTransaction() local639 sft.setPosition(sc, surfaceBounds.left, surfaceBounds.top); in applyTransaction()641 sft.setWindowCrop(sc, null); in applyTransaction()643 sft.setWindowCrop(sc, surfaceBounds.width(), surfaceBounds.height()); in applyTransaction()645 task.setMainWindowSizeChangeTransaction(sft); in applyTransaction()