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 34 virtual SkColor GetColorForAnimation() const = 0;
layer.h 378 virtual SkColor GetColorForAnimation() const OVERRIDE;
layer_animation_element.cc 342 start_ = delegate->GetColorForAnimation();
587 color(delegate ? delegate->GetColorForAnimation() : 0.0f) {
layer_animator_unittest.cc     [all...]
layer.cc 842 SkColor Layer::GetColorForAnimation() const {
  /external/chromium_org/ui/compositor/test/
test_layer_animation_delegate.h 37 virtual SkColor GetColorForAnimation() const OVERRIDE;
test_layer_animation_delegate.cc 86 SkColor TestLayerAnimationDelegate::GetColorForAnimation() const {

Completed in 49 milliseconds