Home
last modified time | relevance | path

Searched refs:makeAnimationLeash (Results 1 – 12 of 12) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDimmer.java76 public SurfaceControl.Builder makeAnimationLeash() { in makeAnimationLeash() method in Dimmer.DimAnimatable
77 return mHost.makeAnimationLeash(); in makeAnimationLeash()
H A DSurfaceAnimator.java459 final SurfaceControl.Builder builder = animatable.makeAnimationLeash()
682 SurfaceControl.Builder makeAnimationLeash();
H A DSimpleSurfaceAnimatable.java102 public SurfaceControl.Builder makeAnimationLeash() { in makeAnimationLeash() method in SimpleSurfaceAnimatable
H A DWindowContainerThumbnail.java197 public Builder makeAnimationLeash() { in makeAnimationLeash() method in WindowContainerThumbnail
H A DSurfaceFreezer.java227 mSurfaceControl = mAnimatable.makeAnimationLeash() in Snapshot()
H A DTransition.java2378 final SurfaceControl rootLeash = leashReference.makeAnimationLeash().setName( in calculateTransitionRoots()
3280 SurfaceControl snapshotSurface = wc.makeAnimationLeash() in freeze()
H A DTask.java3002 public SurfaceControl.Builder makeAnimationLeash() { in makeAnimationLeash() method in Task
3003 return super.makeAnimationLeash().setMetadata(METADATA_TASK_ID, mTaskId); in makeAnimationLeash()
H A DWindowContainer.java3057 public Builder makeAnimationLeash() { in makeAnimationLeash() method in WindowContainer
H A DDisplayContent.java5387 public SurfaceControl.Builder makeAnimationLeash() { in makeAnimationLeash() method in DisplayContent
H A DActivityRecord.java7530 final SurfaceControl.Builder builder = makeAnimationLeash() in createAnimationBoundsLayer()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DSurfaceAnimatorTest.java363 public Builder makeAnimationLeash() { in makeAnimationLeash() method in SurfaceAnimatorTest.MyAnimatable
/aosp14/frameworks/base/services/
H A Dart-profile11814 HPLcom/android/server/wm/WindowContainer;->makeAnimationLeash()Landroid/view/SurfaceControl$Builder;