OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:overDistance
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/widget/
OverScroller.java
825
final int
overDistance
= start - edge;
826
boolean keepIncreasing =
overDistance
* velocity >= 0;
832
if (totalDistance > Math.abs(
overDistance
)) {
[
all
...]
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
OverScroller.java
827
final int
overDistance
= start - edge;
828
boolean keepIncreasing =
overDistance
* velocity >= 0;
834
if (totalDistance > Math.abs(
overDistance
)) {
[
all
...]
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
SlotView.java
675
int
overDistance
= mScroller.startScroll(
677
if (mOverscrollEffect == OVERSCROLL_3D &&
overDistance
!= 0) {
678
mPaper.overScroll(
overDistance
);
Completed in 246 milliseconds