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

  /external/chromium_org/ui/views/controls/
slide_out_view.h 38 void SlideOutAndClose(SlideDirection direction);
slide_out_view.cc 32 SlideOutAndClose(event->details().velocity_x() < 0 ? SLIDE_LEFT :
62 SlideOutAndClose(gesture_scroll_amount_ < 0 ? SLIDE_LEFT : SLIDE_RIGHT);
85 void SlideOutView::SlideOutAndClose(SlideDirection direction) {

Completed in 431 milliseconds