OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:overy
(Results
1 - 5
of
5
) sorted by null
/frameworks/support/v4/gingerbread/android/support/v4/widget/
ScrollerCompatGingerbread.java
61
int minX, int maxX, int minY, int maxY, int overX, int
overY
) {
63
minX, maxX, minY, maxY, overX,
overY
);
75
public static void notifyVerticalEdgeReached(Object scroller, int startY, int finalY, int
overY
) {
76
((OverScroller) scroller).notifyVerticalEdgeReached(startY, finalY,
overY
);
/frameworks/support/v4/java/android/support/v4/widget/
ScrollerCompat.java
50
int minX, int maxX, int minY, int maxY, int overX, int
overY
);
53
void notifyVerticalEdgeReached(Object scroller, int startY, int finalY, int
overY
);
113
int minX, int maxX, int minY, int maxY, int overX, int
overY
) {
129
public void notifyVerticalEdgeReached(Object scroller, int startY, int finalY, int
overY
) {
201
int minX, int maxX, int minY, int maxY, int overX, int
overY
) {
203
minX, maxX, minY, maxY, overX,
overY
);
218
public void notifyVerticalEdgeReached(Object scroller, int startY, int finalY, int
overY
) {
219
ScrollerCompatGingerbread.notifyVerticalEdgeReached(scroller, startY, finalY,
overY
);
416
* @param
overY
Overfling range. If > 0, vertical overfling in either
420
int minX, int maxX, int minY, int maxY, int overX, int
overY
) {
[
all
...]
/frameworks/base/core/java/android/widget/
OverScroller.java
424
* unless
overY
> 0. If overfling is allowed, it will use minY as
427
* unless
overY
> 0. If overfling is allowed, it will use maxY as
431
* @param
overY
Overfling range. If > 0, vertical overfling in either
435
int minX, int maxX, int minY, int maxY, int overX, int
overY
) {
449
mScrollerY.fling(startY, velocityY, minY, maxY,
overY
);
479
* @param
overY
Magnitude of overscroll allowed. This should be the maximum
482
public void notifyVerticalEdgeReached(int startY, int finalY, int
overY
) {
483
mScrollerY.notifyEdgeReached(startY, finalY,
overY
);
[
all
...]
/packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
OverScrollerSGV.java
427
* unless
overY
> 0. If overfling is allowed, it will use minY as
430
* unless
overY
> 0. If overfling is allowed, it will use maxY as
434
* @param
overY
Overfling range. If > 0, vertical overfling in either
438
int minX, int maxX, int minY, int maxY, int overX, int
overY
) {
452
mScrollerY.fling(startY, velocityY, minY, maxY,
overY
);
482
* @param
overY
Magnitude of overscroll allowed. This should be the maximum
485
public void notifyVerticalEdgeReached(int startY, int finalY, int
overY
) {
486
mScrollerY.notifyEdgeReached(startY, finalY,
overY
);
[
all
...]
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
OverScroller.java
425
* unless
overY
> 0. If overfling is allowed, it will use minY as
428
* unless
overY
> 0. If overfling is allowed, it will use maxY as
432
* @param
overY
Overfling range. If > 0, vertical overfling in either
436
int minX, int maxX, int minY, int maxY, int overX, int
overY
) {
450
mScrollerY.fling(startY, velocityY, minY, maxY,
overY
);
480
* @param
overY
Magnitude of overscroll allowed. This should be the maximum
483
public void notifyVerticalEdgeReached(int startY, int finalY, int
overY
) {
484
mScrollerY.notifyEdgeReached(startY, finalY,
overY
);
[
all
...]
Completed in 6650 milliseconds