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

  /external/chromium_org/ash/magnifier/
magnification_controller.cc 363 int y_diff = 0; local
366 y_diff = mouse.y() - (top + margin);
370 y_diff = mouse.y() - (bottom - margin);
373 y = top + y_diff;
382 if (x_diff != 0 || y_diff != 0)
  /external/chromium_org/ui/app_list/views/
apps_grid_view.cc 1053 const int y_diff = target.y() - current.y(); local
    [all...]

Completed in 68 milliseconds