Home
last modified time | relevance | path

Searched defs:scrollAmount (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java911 float scrollAmount; in onScrollTouch() local
1009 float scrollAmount = newTopAmount < 0 ? -newTopAmount : 0.0f; in overScrollUp() local
1042 float scrollAmount = newBottomAmount < 0 ? newBottomAmount : 0.0f; in overScrollDown() local
/frameworks/base/core/java/android/widget/
DGallery.java542 int scrollAmount = targetCenter - selectedCenter; in scrollIntoSlots() local