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.java138 playAnimation(first, getTransition(fromTransition, isAState, false)); in animate()
141 playAnimation(second, getTransition(fromTransition, isAState, true)); in animate()
151 private void playAnimation(ImageView imageView, int res) {
/frameworks/base/cmds/bootanimation/
DBootAnimation.h153 bool playAnimation(const Animation&);
DBootAnimation.cpp846 playAnimation(*animation); in movie()
862 bool BootAnimation::playAnimation(const Animation& animation) in playAnimation() function in android::BootAnimation
878 playAnimation(*part.animation); in playAnimation()