Home | History | Annotate | Download | only in widget

Lines Matching refs:animation_completed_

1804   AnimationEndObserver() : animation_completed_(false) {}
1807 bool animation_completed() const { return animation_completed_; }
1811 animation_completed_ = true;
1815 bool animation_completed_;