HomeSort by relevance Sort by last modified time
    Searched defs:AnimationFactory (Results 1 - 3 of 3) sorted by null

  /cts/tests/tests/view/src/android/view/cts/surfacevalidator/
AnimationFactory.java 21 public interface AnimationFactory {
  /external/glide/library/src/main/java/com/bumptech/glide/request/animation/
ViewAnimation.java 15 private final AnimationFactory animationFactory;
20 ViewAnimation(AnimationFactory animationFactory) {
21 this.animationFactory = animationFactory;
39 Animation animation = animationFactory.build();
46 interface AnimationFactory {
  /prebuilts/tools/common/m2/repository/com/github/bumptech/glide/glide/3.6.1/
glide-3.6.1.jar 

Completed in 85 milliseconds