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

  /external/skia/modules/sksg/include/
SkSGScene.h 28 class Animator {
30 virtual ~Animator();
31 Animator(const Animator&) = delete;
32 Animator& operator=(const Animator&) = delete;
37 Animator();
42 using AnimatorList = std::vector<std::unique_ptr<Animator>>;
44 class GroupAnimator : public Animator {
53 using INHERITED = Animator;
    [all...]
  /external/skqp/modules/sksg/include/
SkSGScene.h 27 class Animator {
29 virtual ~Animator();
30 Animator(const Animator&) = delete;
31 Animator& operator=(const Animator&) = delete;
36 Animator();
41 using AnimatorList = std::vector<std::unique_ptr<Animator>>;
43 class GroupAnimator : public Animator {
52 using INHERITED = Animator;
    [all...]
  /external/glide/library/src/main/java/com/bumptech/glide/request/animation/
ViewPropertyAnimation.java 14 private final Animator animator; field in class:ViewPropertyAnimation
18 * {@link com.bumptech.glide.request.animation.ViewPropertyAnimation.Animator} interface that can apply an animation
21 * @param animator The animator to use.
23 public ViewPropertyAnimation(Animator animator) {
24 this.animator = animator;
28 * Always applies the {@link com.bumptech.glide.request.animation.ViewPropertyAnimation.Animator} given in th
    [all...]

Completed in 298 milliseconds