HomeSort by relevance Sort by last modified time
    Searched refs:animation_observer_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ui/app_list/views/
app_list_view.cc 126 animation_observer_(new HideViewAnimationObserver()) {
136 animation_observer_.reset();
453 animation_observer_->set_frame(GetBubbleFrameView());
464 animation_observer_->SetTarget(app_list_main_view_);
465 main_settings.AddObserver(animation_observer_.get());
474 animation_observer_->SetTarget(speech_view_);
475 speech_settings.AddObserver(animation_observer_.get());
app_list_view.h 151 scoped_ptr<HideViewAnimationObserver> animation_observer_; member in class:app_list::AppListView
  /external/chromium_org/ui/keyboard/
keyboard_controller.h 140 scoped_ptr<CallbackAnimationObserver> animation_observer_; member in class:keyboard::KeyboardController
keyboard_controller.cc 299 animation_observer_.reset(new CallbackAnimationObserver(
303 container_animator->AddObserver(animation_observer_.get());
435 animation_observer_.reset(new CallbackAnimationObserver(
439 container_animator->AddObserver(animation_observer_.get());

Completed in 2233 milliseconds