OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:overscroll
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/content/browser/android/
overscroll_glow.cc
111
gfx::Vector2dF
overscroll
,
124
overscroll
.set_x(0);
128
overscroll
.set_y(0);
133
overscroll
= ZeroSmallComponents(
overscroll
);
136
if (
overscroll
.IsZero()) {
154
Absorb(current_time, velocity,
overscroll
, old_overscroll_);
156
// Release effects when
overscroll
accumulation violates monotonicity.
157
if (
overscroll
.x() * old_overscroll_.x() < 0 ||
158
std::abs(
overscroll
.x()) < std::abs(old_overscroll_.x())
[
all
...]
overscroll_glow.h
32
// enabled and an
overscroll
event has occurred.
46
// |
overscroll
| is the accumulated
overscroll
for the current gesture.
47
// |velocity| is the instantaneous velocity for the
overscroll
.
51
gfx::Vector2dF
overscroll
,
58
// Horizontal
overscroll
will be ignored when false.
62
// Vertical
overscroll
will be ignored when false.
85
gfx::Vector2dF
overscroll
,
/external/chromium_org/chrome/browser/resources/
gesture_config.js
323
* Returns a GeneralConfig for configuring
overscroll
.* preferences.
327
/** @const */ var OVERSCROLL_TITLE = '
Overscroll
Configuration';
329
/** @const */ var OVERSCROLL_PREFIX = '
overscroll
.';
344
label: 'Start
overscroll
gesture (horizontal; touchpad)',
349
label: 'Start
overscroll
gesture (horizontal; touchscreen)',
354
label: 'Start
overscroll
gesture (vertical)',
359
label: 'Start resisting
overscroll
after (horizontal)',
364
label: 'Start resisting
overscroll
after (vertical)',
/frameworks/base/core/java/android/widget/
AbsListView.java
158
* Indicates the touch gesture is an
overscroll
- a scroll beyond the beginning or end.
494
* Maximum distance to record
overscroll
499
* Content height divided by this is the
overscroll
limit.
619
* Maximum distance to
overscroll
by during edge effects
656
* Used for determining when to cancel out of
overscroll
.
3255
int
overscroll
= -incrementalDeltaY -
local
[
all
...]
/packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
StaggeredGridView.java
1378
final int
overscroll
= -dy - (motionViewRealTop - motionViewPrevTop);
local
[
all
...]
/build/tools/droiddoc/templates-ds/assets/js/
docs.js
369
// (this is necessary to avoid crazy behavior on OSX Lion due to
overscroll
bouncing)
[
all
...]
/build/tools/droiddoc/templates-sac/assets/js/
docs.js
443
// (this is necessary to avoid crazy behavior on OSX Lion due to
overscroll
bouncing)
[
all
...]
/build/tools/droiddoc/templates-sdk/assets/js/
docs.js
406
// (this is necessary to avoid crazy behavior on OSX Lion due to
overscroll
bouncing)
[
all
...]
Completed in 189 milliseconds