Searched refs:GetAnimationValue (Results 1 – 4 of 4) sorted by relevance
30 virtual double GetAnimationValue() const = 0;
117 virtual double GetAnimationValue() const OVERRIDE;
713 double BookmarkBarView::GetAnimationValue() const { in GetAnimationValue() function in BookmarkBarView
208 double current_state = 1 - host_view_->GetAnimationValue(); in Paint()