Home
last modified time | relevance | path

Searched refs:mLeash (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DSwipePipToHomeAnimator.java57 private final SurfaceControl mLeash; field in SwipePipToHomeAnimator
131 mLeash = leash; in SwipePipToHomeAnimator()
190 mPipContentOverlay.attach(tx, mLeash); in SwipePipToHomeAnimator()
254 return mSurfaceTransactionHelper.scaleAndRotate(tx, mLeash, mAppBounds, bounds, insets, in onAnimationScaleAndCrop()
257 return mSurfaceTransactionHelper.scaleAndCrop(tx, mLeash, mSourceRectHint, mAppBounds, in onAnimationScaleAndCrop()
339 private SurfaceControl mLeash; field in SwipePipToHomeAnimator.Builder
373 mLeash = leash; in setLeash()
453 mLeash, mSourceRectHint, mAppBounds, in build()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/wm/taskview/
DRootTaskMediator.java63 private SurfaceControl mLeash; field in RootTaskMediator.TaskRecord
67 mLeash = leash; in TaskRecord()
279 return task.mLeash; in findTaskSurface()