Home
last modified time | relevance | path

Searched refs:animation_observer_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/ui/app_list/views/
Dapp_list_view.cc126 animation_observer_(new HideViewAnimationObserver()) { in AppListView()
136 animation_observer_.reset(); in ~AppListView()
453 animation_observer_->set_frame(GetBubbleFrameView()); in OnSpeechRecognitionStateChanged()
464 animation_observer_->SetTarget(app_list_main_view_); in OnSpeechRecognitionStateChanged()
465 main_settings.AddObserver(animation_observer_.get()); in OnSpeechRecognitionStateChanged()
474 animation_observer_->SetTarget(speech_view_); in OnSpeechRecognitionStateChanged()
475 speech_settings.AddObserver(animation_observer_.get()); in OnSpeechRecognitionStateChanged()
Dapp_list_view.h151 scoped_ptr<HideViewAnimationObserver> animation_observer_; variable
/external/chromium_org/ui/keyboard/
Dkeyboard_controller.cc299 animation_observer_.reset(new CallbackAnimationObserver( in HideKeyboard()
303 container_animator->AddObserver(animation_observer_.get()); in HideKeyboard()
435 animation_observer_.reset(new CallbackAnimationObserver( in ShowKeyboardInternal()
439 container_animator->AddObserver(animation_observer_.get()); in ShowKeyboardInternal()
Dkeyboard_controller.h140 scoped_ptr<CallbackAnimationObserver> animation_observer_; variable