Searched defs:playAnimation (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DPageIndicator.java138 playAnimation(first, getTransition(fromTransition, isAState, false));
141 playAnimation(second, getTransition(fromTransition, isAState, true));
151 private void playAnimation(ImageView imageView, int res) { method in class:PageIndicator
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp872 playAnimation(*animation);
879 // We should have joined mInitAudioThread thread in playAnimation
893 bool BootAnimation::playAnimation(const Animation& animation) function in class:android::BootAnimation
909 playAnimation(*part.animation);

Completed in 314 milliseconds