OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:velocity_y
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/browser/renderer_host/
overscroll_controller.cc
255
float
velocity_y
= gesture.data.flingStart.velocityY;
local
263
} else if (fabs(
velocity_y
) > kFlingVelocityThreshold) {
264
if ((overscroll_mode_ == OVERSCROLL_NORTH &&
velocity_y
< 0) ||
265
(overscroll_mode_ == OVERSCROLL_SOUTH &&
velocity_y
> 0)) {
/external/chromium_org/ui/events/gestures/
gesture_types.h
33
void SetScrollVelocity(float velocity_x, float
velocity_y
,
53
float
velocity_y
() const {
function in struct:ui::GestureEventDetails
57
data.scroll_update.
velocity_y
;
139
float
velocity_y
;
member in struct:ui::GestureEventDetails::__anon14833::__anon14834
gesture_sequence.cc
1357
float velocity_x = 0.f,
velocity_y
= 0.f;
local
[
all
...]
/external/chromium_org/ui/aura/gestures/
gesture_recognizer_unittest.cc
184
float
velocity_y
() const { return velocity_y_; }
function in class:aura::test::__anon14704::GestureEventConsumeDelegate
232
scroll_velocity_y_ = gesture->details().
velocity_y
();
260
gesture->details().
velocity_y
() != 0);
264
velocity_y_ = gesture->details().
velocity_y
();
[
all
...]
Completed in 171 milliseconds