OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:set_tween_type
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/ui/compositor/
scoped_layer_animation_settings.cc
98
animator_->
set_tween_type
(old_tween_type_);
132
animator_->
set_tween_type
(tween_type);
layer_animation_element.h
187
void
set_tween_type
(gfx::Tween::Type tween_type) { tween_type_ = tween_type; }
function in class:ui::LayerAnimationElement
layer_animator.h
179
void
set_tween_type
(gfx::Tween::Type tween_type) { tween_type_ = tween_type; }
function in class:ui::LayerAnimator
layer_animation_element_unittest.cc
370
element->
set_tween_type
(tween_type);
409
element->
set_tween_type
(tween_type);
layer_animation_element.cc
590
set_tween_type
(uninverted_transition_->tween_type());
layer_animator.cc
103
element->
set_tween_type
(tween_type_); \
/external/chromium_org/ui/views/animation/
bounds_animator.h
99
void
set_tween_type
(gfx::Tween::Type type) { tween_type_ = type; }
function in class:views::BoundsAnimator
/external/chromium_org/ash/wm/
window_animations.cc
115
transition->
set_tween_type
(
474
brightness_element->
set_tween_type
(animation_type);
480
grayscale_element->
set_tween_type
(animation_type);
session_state_animator.cc
261
brightness_element->
set_tween_type
(tween_type);
267
grayscale_element->
set_tween_type
(tween_type);
/external/chromium_org/ui/app_list/views/
speech_view.cc
135
indicator_animator_->
set_tween_type
(gfx::Tween::LINEAR);
/external/chromium_org/ui/views/corewm/
window_animations.cc
348
transition->
set_tween_type
(grow ? gfx::Tween::EASE_OUT : gfx::Tween::EASE_IN);
392
opacity->
set_tween_type
(gfx::Tween::EASE_IN_OUT);
Completed in 207 milliseconds