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

/external/chromium_org/ui/views/controls/
H A Dslide_out_view.cc30 SlideOutAndClose(event->details().velocity_x() < 0 ? SLIDE_LEFT :
58 SlideOutAndClose(gesture_scroll_amount_ < 0 ? SLIDE_LEFT : SLIDE_RIGHT);
78 void SlideOutView::SlideOutAndClose(SlideDirection direction) { function in class:views::SlideOutView

Completed in 90 milliseconds