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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java884 float currentBottomPixels = getCurrentOverScrolledPixels(false);
916 float currentTopPixels = getCurrentOverScrolledPixels(true);
1111 public float getCurrentOverScrolledPixels(boolean top) { method in class:NotificationStackScrollLayout

Completed in 31 milliseconds