Searched refs:animation_observer_ (Results 1 – 4 of 4) sorted by relevance
126 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()
151 scoped_ptr<HideViewAnimationObserver> animation_observer_; variable
299 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()
140 scoped_ptr<CallbackAnimationObserver> animation_observer_; variable