Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DPageIndicator.java130 playAnimation(first, getTransition(fromTransition, isAState, false)); in animate()
133 playAnimation(second, getTransition(fromTransition, isAState, true)); in animate()
143 private void playAnimation(ImageView imageView, int res) {
/frameworks/base/cmds/bootanimation/
DBootAnimation.h96 bool playAnimation(const Animation&);
DBootAnimation.cpp667 playAnimation(*animation); in movie()
677 bool BootAnimation::playAnimation(const Animation& animation) in playAnimation() function in android::BootAnimation
694 playAnimation(*part.animation); in playAnimation()