OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:animation_observer_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/app_list/views/
app_list_view.cc
121
animation_observer_
(new HideViewAnimationObserver()) {
131
animation_observer_
.reset();
438
animation_observer_
->SetTarget(app_list_main_view_);
439
main_settings.AddObserver(
animation_observer_
.get());
448
animation_observer_
->SetTarget(speech_view_);
449
speech_settings.AddObserver(
animation_observer_
.get());
app_list_view.h
147
scoped_ptr<HideViewAnimationObserver>
animation_observer_
;
member in class:app_list::AppListView
Completed in 1287 milliseconds