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

  /external/chromium_org/ash/shelf/
shelf_layout_manager.cc 440 bool correct_direction = false; local
444 correct_direction = gesture_drag_amount_ < 0;
448 correct_direction = gesture_drag_amount_ > 0;
451 should_change = correct_direction && drag_ratio > kDragHideThreshold;
    [all...]

Completed in 766 milliseconds