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

  /external/chromium_org/ash/magnifier/
magnification_controller.h 24 SCROLL_NONE,
magnification_controller.cc 184 scroll_direction_(SCROLL_NONE) {
290 if (scroll_direction_ == SCROLL_NONE)
297 case SCROLL_NONE:
  /external/chromium_org/ash/accelerators/
magnifier_key_scroller.cc 78 controller->SetScrollDirection(MagnificationController::SCROLL_NONE);
  /external/chromium_org/ui/views/controls/scrollbar/
base_scroll_bar.cc 46 last_scroll_amount_(SCROLL_NONE),
156 ScrollAmount amount = SCROLL_NONE;
189 if (amount != SCROLL_NONE) {
482 if (last_scroll_amount_ != SCROLL_NONE)
base_scroll_bar.h 40 SCROLL_NONE = 0,
  /packages/apps/Launcher2/src/com/android/launcher2/
DragController.java 61 static final int SCROLL_NONE = -1;
  /packages/apps/Launcher3/src/com/android/launcher3/
DragController.java 54 static final int SCROLL_NONE = -1;

Completed in 1554 milliseconds