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

  /external/chromium_org/ui/base/gestures/
gesture_types.cc 23 data.fling_velocity.x = delta_x;
24 data.fling_velocity.y = delta_y;
25 data.fling_velocity.x_ordinal = delta_x;
26 data.fling_velocity.y_ordinal = delta_y;
83 data.fling_velocity.x = delta_x;
84 data.fling_velocity.y = delta_y;
85 data.fling_velocity.x_ordinal = delta_x_ordinal;
86 data.fling_velocity.y_ordinal = delta_y_ordinal;
gesture_types.h 48 return type_ == ui::ET_SCROLL_FLING_START ? data.fling_velocity.x :
55 return type_ == ui::ET_SCROLL_FLING_START ? data.fling_velocity.y :
74 data.fling_velocity.x_ordinal :
82 data.fling_velocity.y_ordinal :
152 } fling_velocity; member in union:ui::GestureEventDetails::__anon16592
  /external/chromium_org/webkit/child/
fling_animator_impl_android.cc 130 WebKit::WebFloatSize fling_velocity(current_velocity.x() / dpi_scale,
132 target->notifyCurrentFlingVelocity(fling_velocity);

Completed in 339 milliseconds