OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
389
virtual SkColor
GetColorForAnimation
() const OVERRIDE;
layer_animation_element.cc
344
start_ = delegate->
GetColorForAnimation
();
702
color(delegate ? delegate->
GetColorForAnimation
() : 0.0f) {
layer_animator_unittest.cc
[
all
...]
layer.cc
838
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 65 milliseconds