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 27 class HideViewAnimationObserver;
151 scoped_ptr<HideViewAnimationObserver> animation_observer_;
app_list_view.cc 81 class HideViewAnimationObserver : public ui::ImplicitAnimationObserver {
83 HideViewAnimationObserver()
88 virtual ~HideViewAnimationObserver() {
116 DISALLOW_COPY_AND_ASSIGN(HideViewAnimationObserver);
126 animation_observer_(new HideViewAnimationObserver()) {

Completed in 63 milliseconds