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

  /development/ndk/sources/android/ndk_helper/
tapCamera.cpp 214 float y_diff; local
215 vec.Value( x_diff, y_diff );
217 pinch_start_distance_SQ_ = x_diff * x_diff + y_diff * y_diff;
218 camera_rotation_start_ = atan2f( y_diff, x_diff );
250 float x_diff, y_diff; local
252 vec.Value( x_diff, y_diff );
254 float fDistanceSQ = x_diff * x_diff + y_diff * y_diff;
273 float fRotation = atan2f( y_diff, x_diff )
    [all...]
  /external/chromium_org/ui/events/gesture_detection/
snap_scroll_controller.cc 86 int y_diff = static_cast<int>(std::abs(event.GetY() - first_touch_y_)); local
87 if (x_diff > kSnapBound && y_diff < kSnapBound) {
89 } else if (x_diff < kSnapBound && y_diff > kSnapBound) {
  /external/chromium_org/ash/magnifier/
magnification_controller.cc 346 int y_diff = 0; local
349 y_diff = mouse.y() - (top + margin);
353 y_diff = mouse.y() - (bottom - margin);
356 y = top + y_diff;
365 if (x_diff != 0 || y_diff != 0)
  /external/chromium_org/ui/app_list/views/
apps_grid_view.cc 1212 const int y_diff = target.y() - current.y(); local
    [all...]

Completed in 863 milliseconds