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.cc157 animation_observer_(new HideViewAnimationObserver()) { in AppListView()
167 animation_observer_.reset(); in ~AppListView()
238 animation_observer_->set_frame(NULL); in SetAppListOverlayVisible()
239 animation_observer_->SetTarget(overlay_view_); in SetAppListOverlayVisible()
240 settings.AddObserver(animation_observer_.get()); in SetAppListOverlayVisible()
566 animation_observer_->set_frame(GetBubbleFrameView()); in OnSpeechRecognitionStateChanged()
577 animation_observer_->SetTarget(app_list_main_view_); in OnSpeechRecognitionStateChanged()
578 main_settings.AddObserver(animation_observer_.get()); in OnSpeechRecognitionStateChanged()
587 animation_observer_->SetTarget(speech_view_); in OnSpeechRecognitionStateChanged()
588 speech_settings.AddObserver(animation_observer_.get()); in OnSpeechRecognitionStateChanged()
Dapp_list_view.h173 scoped_ptr<HideViewAnimationObserver> animation_observer_; variable
/external/chromium_org/ui/keyboard/
Dkeyboard_controller.cc361 animation_observer_.reset(new CallbackAnimationObserver( in HideKeyboard()
365 container_animator->AddObserver(animation_observer_.get()); in HideKeyboard()
531 animation_observer_.reset(new CallbackAnimationObserver( in ShowKeyboardInternal()
535 container_animator->AddObserver(animation_observer_.get()); in ShowKeyboardInternal()
Dkeyboard_controller.h157 scoped_ptr<CallbackAnimationObserver> animation_observer_; variable