OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:overScroll
(Results
1 - 10
of
10
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
Paper.java
26
// This class does the
overscroll
effect.
36
public void
overScroll
(float distance) {
SlotView.java
678
mPaper.
overScroll
(overDistance);
/packages/apps/Launcher2/src/com/android/launcher2/
PagedView.java
140
// it is equal to the scaled
overscroll
position. We use a separate value so as to prevent
420
overScroll
(x - mMaxScrollX);
422
overScroll
(x);
429
overScroll
(x);
431
overScroll
(x - mMaxScrollX);
823
// Otherwise it is equal to the scaled
overscroll
position.
[
all
...]
AppsCustomizePagedView.java
194
// Relating to the scroll and
overscroll
effects
[
all
...]
Workspace.java
[
all
...]
/packages/apps/Launcher3/src/com/android/launcher3/
PagedView.java
176
// it is equal to the scaled
overscroll
position. We use a separate value so as to prevent
661
overScroll
(x - mMaxScrollX);
663
overScroll
(x);
670
overScroll
(x);
672
overScroll
(x - mMaxScrollX);
[
all
...]
AppsCustomizePagedView.java
192
// Relating to the scroll and
overscroll
effects
[
all
...]
Workspace.java
[
all
...]
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
PagedView.java
161
// it is equal to the scaled
overscroll
position. We use a separate value so as to prevent
580
overScroll
(x);
585
overScroll
(x - mMaxScrollX);
[
all
...]
KeyguardWidgetPager.java
490
protected void
overScroll
(float amount) {
[
all
...]
Completed in 554 milliseconds