Home | Sort by relevance Sort by last modified time |
/external/chromium_org/ui/events/gestures/ | |
gesture_types.cc | 96 float velocity_x_ordinal, 101 data.scroll_update.velocity_x_ordinal = velocity_x_ordinal; |
gesture_types.h | 34 float velocity_x_ordinal, float velocity_y_ordinal); 71 float velocity_x_ordinal() const { function in struct:ui::GestureEventDetails 76 data.scroll_update.velocity_x_ordinal; 142 float velocity_x_ordinal; member in struct:ui::GestureEventDetails::__anon14833::__anon14834 |
/external/chromium_org/ui/aura/gestures/ | |
gesture_recognizer_unittest.cc | 189 float velocity_x_ordinal() const { return velocity_x_ordinal_; } function in class:aura::test::__anon14704::GestureEventConsumeDelegate 235 scroll_velocity_x_ordinal_ = gesture->details().velocity_x_ordinal(); 265 velocity_x_ordinal_ = gesture->details().velocity_x_ordinal(); [all...] |