Searched defs:getCurrentOverScrollAmount (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java939 float currentOverScrollTop = getCurrentOverScrollAmount(true);
1001 float currentTopAmount = getCurrentOverScrollAmount(true);
1034 float currentBottomAmount = getCurrentOverScrollAmount(false);
1236 public float getCurrentOverScrollAmount(boolean top) { method in class:NotificationStackScrollLayout
1271 float overScrollTop = getCurrentOverScrollAmount(true);
1424 float topAmount = getCurrentOverScrollAmount(true);
1425 float bottomAmount = getCurrentOverScrollAmount(false);
1454 float topOverScroll = getCurrentOverScrollAmount(true);
1540 if (getCurrentOverScrollAmount(true /* onTop */) > 0) {
1543 if (getCurrentOverScrollAmount(fals
[all...]

Completed in 53 milliseconds