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

  /external/chromium_org/ui/events/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 49 return type_ == ui::ET_SCROLL_FLING_START ? data.fling_velocity.x :
56 return type_ == ui::ET_SCROLL_FLING_START ? data.fling_velocity.y :
75 data.fling_velocity.x_ordinal :
83 data.fling_velocity.y_ordinal :
153 } fling_velocity; member in union:ui::GestureEventDetails::__anon14833
  /external/chromium_org/webkit/child/
fling_animator_impl_android.cc 130 blink::WebFloatSize fling_velocity(current_velocity.x() / dpi_scale,
132 target->notifyCurrentFlingVelocity(fling_velocity);

Completed in 630 milliseconds