OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:indicator_animator_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/app_list/views/
speech_view.h
62
scoped_ptr<views::BoundsAnimator>
indicator_animator_
;
member in class:app_list::SpeechView
speech_view.cc
184
indicator_animator_
.reset(new views::BoundsAnimator(container));
185
indicator_animator_
->SetAnimationDuration(kIndicatorAnimationDuration);
186
indicator_animator_
->set_tween_type(gfx::Tween::LINEAR);
248
indicator_animator_
->AnimateViewTo(indicator_, indicator_bounds);
Completed in 57 milliseconds