OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:x_overscroll_started
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/browser/android/
overscroll_glow.cc
154
bool
x_overscroll_started
=
local
159
if (
x_overscroll_started
)
166
Absorb(current_time, velocity,
x_overscroll_started
, y_overscroll_started);
287
bool
x_overscroll_started
,
296
x_overscroll_started
? min(velocity.x(), 0.f) : 0, // Left
298
x_overscroll_started
? max(velocity.x(), 0.f) : 0 // Right
overscroll_glow.h
83
bool
x_overscroll_started
,
Completed in 36 milliseconds