Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DSimpleSurfaceAnimatable.java43 private final Supplier<SurfaceControl.Builder> mAnimationLeashFactory; field in SimpleSurfaceAnimatable
60 mAnimationLeashFactory = builder.mAnimationLeashFactory; in SimpleSurfaceAnimatable()
96 return mAnimationLeashFactory.get(); in makeAnimationLeash()
166 private Supplier<SurfaceControl.Builder> mAnimationLeashFactory; field in SimpleSurfaceAnimatable.Builder
225 mAnimationLeashFactory = animationLeashFactory; in setAnimationLeashSupplier()
296 if (mAnimationLeashFactory == null) { in build()