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

  /external/chromium_org/ui/app_list/views/
app_list_view.h 35 class HideViewAnimationObserver;
173 scoped_ptr<HideViewAnimationObserver> animation_observer_;
app_list_view.cc 109 class HideViewAnimationObserver : public ui::ImplicitAnimationObserver {
111 HideViewAnimationObserver()
116 virtual ~HideViewAnimationObserver() {
145 DISALLOW_COPY_AND_ASSIGN(HideViewAnimationObserver);
157 animation_observer_(new HideViewAnimationObserver()) {

Completed in 52 milliseconds