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

  /external/chromium_org/ui/base/gestures/
gesture_types.cc 96 float velocity_x_ordinal,
101 data.scroll_update.velocity_x_ordinal = velocity_x_ordinal;
gesture_types.h 33 float velocity_x_ordinal, float velocity_y_ordinal);
70 float velocity_x_ordinal() const { function in struct:ui::GestureEventDetails
75 data.scroll_update.velocity_x_ordinal;
141 float velocity_x_ordinal; member in struct:ui::GestureEventDetails::__anon16592::__anon16593
  /external/chromium_org/ui/aura/gestures/
gesture_recognizer_unittest.cc 184 float velocity_x_ordinal() const { return velocity_x_ordinal_; } function in class:aura::test::__anon16540::GestureEventConsumeDelegate
230 scroll_velocity_x_ordinal_ = gesture->details().velocity_x_ordinal();
260 velocity_x_ordinal_ = gesture->details().velocity_x_ordinal();
    [all...]

Completed in 207 milliseconds