Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DTransformParams.java145 SurfaceProperties builder = transaction.forSurface(app.leash); in createSurfaceParams()
164 transaction.forSurface(wallpaper.leash).setLayer(Integer.MIN_VALUE); in createSurfaceParams()
DSurfaceTransaction.java34 public SurfaceProperties forSurface(SurfaceControl surface) { in forSurface() method in SurfaceTransaction
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DQuickstepTransitionManager.java842 SurfaceProperties builder = transaction.forSurface(target.leash); in getOpeningWindowAnimators()
894 transaction.forSurface(navBarTarget.leash); in getOpeningWindowAnimators()
1026 SurfaceProperties builder = transaction.forSurface(target.leash); in getOpeningWindowAnimatorsForWidget()
1039 SurfaceProperties navBuilder = transaction.forSurface(navBarTarget.leash); in getOpeningWindowAnimatorsForWidget()
1287 transaction.forSurface(target.leash) in getUnlockWindowAnimator()
1525 SurfaceProperties builder = transaction.forSurface(target.leash); in getFallbackClosingWindowAnimators()
2131 SurfaceProperties builder = transaction.forSurface(target.leash); in onUpdate()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTaskViewUtils.java289 transaction.forSurface(navBarTarget.leash); in createRecentsWindowAnimator()
DAbsSwipeUpHandler.java2470 transaction.forSurface(target.leash).setAlpha(1).setLayer(-1).setShow();
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java1305 transaction.forSurface(app.leash) in launchSideTaskInLiveTileMode()
1318 showTransaction.forSurface(apps[i].leash).setLayer( in launchSideTaskInLiveTileMode()