HomeSort by relevance Sort by last modified time
    Searched refs:GetColorForAnimation (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/ui/compositor/
layer_animation_delegate.h 36 virtual SkColor GetColorForAnimation() const = 0;
layer.h 372 virtual SkColor GetColorForAnimation() const OVERRIDE;
layer_animation_element.cc 302 start_ = delegate->GetColorForAnimation();
620 color(delegate ? delegate->GetColorForAnimation() : 0.0f) {
layer_animator_unittest.cc     [all...]
layer.cc 855 SkColor Layer::GetColorForAnimation() const {
  /external/chromium_org/ui/compositor/test/
test_layer_animation_delegate.cc 86 SkColor TestLayerAnimationDelegate::GetColorForAnimation() const {
test_layer_animation_delegate.h 37 virtual SkColor GetColorForAnimation() const OVERRIDE;

Completed in 225 milliseconds