Searched refs:GetColorForAnimation (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/ui/compositor/
H A Dlayer_animation_delegate.h36 virtual SkColor GetColorForAnimation() const = 0;
H A Dlayer.h392 virtual SkColor GetColorForAnimation() const OVERRIDE;
H A Dlayer_animation_element.cc302 start_ = delegate->GetColorForAnimation();
620 color(delegate ? delegate->GetColorForAnimation() : 0.0f) {
H A Dlayer_animator_unittest.cc2200 ColorToString(delegate.GetColorForAnimation()));
2208 ColorToString(delegate.GetColorForAnimation()));
2214 ColorToString(delegate.GetColorForAnimation()));
H A Dlayer.cc905 SkColor Layer::GetColorForAnimation() const { function in class:ui::Layer
/external/chromium_org/ui/compositor/test/
H A Dtest_layer_animation_delegate.cc86 SkColor TestLayerAnimationDelegate::GetColorForAnimation() const { function in class:ui::TestLayerAnimationDelegate
H A Dtest_layer_animation_delegate.h37 virtual SkColor GetColorForAnimation() const OVERRIDE;

Completed in 174 milliseconds