OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tween_type
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ui/compositor/
layer_animation_element_unittest.cc
369
gfx::Tween::Type
tween_type
= gfx::Tween::EASE_IN;
local
370
element->set_tween_type(
tween_type
);
390
EXPECT_FLOAT_EQ(gfx::Tween::CalculateValue(
tween_type
, 0.5),
408
gfx::Tween::Type
tween_type
= gfx::Tween::EASE_IN;
local
409
element->set_tween_type(
tween_type
);
430
gfx::Tween::CalculateValue(
tween_type
, 0.5));
layer_animation_element.h
186
gfx::Tween::Type
tween_type
() const { return tween_type_; }
function in class:ui::LayerAnimationElement
187
void set_tween_type(gfx::Tween::Type
tween_type
) { tween_type_ =
tween_type
; }
layer_animator.h
179
void set_tween_type(gfx::Tween::Type
tween_type
) { tween_type_ =
tween_type
; }
180
gfx::Tween::Type
tween_type
() const { return tween_type_; }
function in class:ui::LayerAnimator
Completed in 808 milliseconds