Searched defs:ItemRemoveAnimationDelegate (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/app_list/views/
H A Dapps_grid_view.cc145 // ItemRemoveAnimationDelegate is used to show animation for removing an item.
148 class ItemRemoveAnimationDelegate : public gfx::AnimationDelegate { class in namespace:app_list::__anon15827
150 explicit ItemRemoveAnimationDelegate(views::View* view) function in class:app_list::__anon15827::ItemRemoveAnimationDelegate
154 virtual ~ItemRemoveAnimationDelegate() {
166 DISALLOW_COPY_AND_ASSIGN(ItemRemoveAnimationDelegate);
1687 new ItemRemoveAnimationDelegate(drag_view_)));
1797 new ItemRemoveAnimationDelegate(drag_view_)));

Completed in 107 milliseconds