Home
last modified time | relevance | path

Searched refs:SetColorFromAnimation (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/ui/compositor/
Dlayer_animation_delegate.h26 virtual void SetColorFromAnimation(SkColor color) = 0;
Dlayer.h381 virtual void SetColorFromAnimation(SkColor color) OVERRIDE;
Dlayer_animation_element.cc348 delegate->SetColorFromAnimation( in OnProgress()
Dlayer.cc806 void Layer::SetColorFromAnimation(SkColor color) { in SetColorFromAnimation() function in ui::Layer
Dlayer_animator_unittest.cc2159 delegate.SetColorFromAnimation(start_color); in TEST()
/external/chromium_org/ui/compositor/test/
Dtest_layer_animation_delegate.h29 virtual void SetColorFromAnimation(SkColor color) OVERRIDE;
Dtest_layer_animation_delegate.cc55 void TestLayerAnimationDelegate::SetColorFromAnimation(SkColor color) { in SetColorFromAnimation() function in ui::TestLayerAnimationDelegate