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

  /external/chromium_org/ui/views/controls/
slide_out_view.cc 14 : gesture_scroll_amount_(0.f) {
45 gesture_scroll_amount_ = 0.f;
48 gesture_scroll_amount_ += event->details().scroll_x();
52 transform.Translate(gesture_scroll_amount_, 0.0);
55 1.f - std::min(fabsf(gesture_scroll_amount_) / width(), 1.f));
60 float scrolled_ratio = fabsf(gesture_scroll_amount_) / width();
62 SlideOutAndClose(gesture_scroll_amount_ < 0 ? SLIDE_LEFT : SLIDE_RIGHT);
slide_out_view.h 43 float gesture_scroll_amount_; member in class:views::SlideOutView

Completed in 42 milliseconds