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

  /external/chromium_org/ui/views/controls/
slide_out_view.h 30 SLIDE_LEFT,
slide_out_view.cc 32 SlideOutAndClose(event->details().velocity_x() < 0 ? SLIDE_LEFT :
62 SlideOutAndClose(gesture_scroll_amount_ < 0 ? SLIDE_LEFT : SLIDE_RIGHT);
99 transform.Translate(direction == SLIDE_LEFT ? -width() : width(), 0.0);

Completed in 46 milliseconds