Searched refs:animation_observer_ (Results 1 – 4 of 4) sorted by relevance
157 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()
173 scoped_ptr<HideViewAnimationObserver> animation_observer_; variable
361 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()
157 scoped_ptr<CallbackAnimationObserver> animation_observer_; variable