Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DSimpleSurfaceAnimatable.java43 private final Supplier<SurfaceControl.Builder> mAnimationLeashFactory; field in SimpleSurfaceAnimatable
61 mAnimationLeashFactory = builder.mAnimationLeashFactory; in SimpleSurfaceAnimatable()
103 return mAnimationLeashFactory.get(); in makeAnimationLeash()
176 private Supplier<SurfaceControl.Builder> mAnimationLeashFactory; field in SimpleSurfaceAnimatable.Builder
244 mAnimationLeashFactory = animationLeashFactory; in setAnimationLeashSupplier()
318 if (mAnimationLeashFactory == null) { in build()