Home
last modified time | relevance | path

Searched defs:Animation (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/cmds/bootanimation/
DBootAnimation.h56 struct Animation { struct
57 struct Frame {
85 Animation* animation; argument
102 virtual void init(const Vector<Animation::Part>& /*parts*/) {} in init() argument
Daudioplay.cpp331 typedef android::BootAnimation::Animation Animation; typedef
/frameworks/base/cmds/bootanimation/iot/
Diotbootanimation_main.cpp36 typedef android::BootAnimation::Animation Animation; typedef
/frameworks/base/core/java/android/view/animation/
DAnimation.java39 public abstract class Animation implements Cloneable { class
235 public Animation() { in Animation() method in Animation
246 public Animation(Context context, AttributeSet attrs) { in Animation() method in Animation