Searched refs:snap_back_from_rip_off_view_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ash/shelf/
H A Dshelf_view.cc389 snap_back_from_rip_off_view_(NULL),
1154 // animation end the flag gets cleared if |snap_back_from_rip_off_view_|
1156 snap_back_from_rip_off_view_ = drag_view_;
1855 if (snap_back_from_rip_off_view_ && animator == bounds_animator_) {
1856 if (!animator->IsAnimating(snap_back_from_rip_off_view_)) {
1863 if (view == snap_back_from_rip_off_view_) {
1869 snap_back_from_rip_off_view_ = NULL;
H A Dshelf_view.h428 views::View* snap_back_from_rip_off_view_; member in class:ash::ShelfView

Completed in 186 milliseconds