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

  /external/chromium_org/ui/base/animation/
throb_animation.h 14 // The StartThrobbing method causes the ThrobAnimation to cycle between hidden
17 // A ThrobAnimation has two durations: the duration used when behavior like
19 class UI_EXPORT ThrobAnimation : public SlideAnimation {
21 explicit ThrobAnimation(AnimationDelegate* target);
22 virtual ~ThrobAnimation() {}
64 DISALLOW_COPY_AND_ASSIGN(ThrobAnimation);
throb_animation.cc 13 ThrobAnimation::ThrobAnimation(AnimationDelegate* target)
21 void ThrobAnimation::StartThrobbing(int cycles_til_stop) {
37 void ThrobAnimation::Reset() {
41 void ThrobAnimation::Reset(double value) {
46 void ThrobAnimation::Show() {
51 void ThrobAnimation::Hide() {
56 void ThrobAnimation::SetSlideDuration(int duration) {
60 void ThrobAnimation::Step(base::TimeTicks time_now) {
79 void ThrobAnimation::ResetForSlide()
    [all...]

Completed in 2234 milliseconds