OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:y_overscroll_started
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/browser/android/
overscroll_glow.cc
156
bool
y_overscroll_started
=
local
161
if (
y_overscroll_started
)
166
Absorb(current_time, velocity, x_overscroll_started,
y_overscroll_started
);
288
bool
y_overscroll_started
) {
295
y_overscroll_started
? min(velocity.y(), 0.f) : 0, // Top
297
y_overscroll_started
? max(velocity.y(), 0.f) : 0, // Bottom
overscroll_glow.h
84
bool
y_overscroll_started
);
Completed in 589 milliseconds