Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DGallery.java550 int scrollAmount = targetCenter - selectedCenter; in scrollIntoSlots() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java1438 float scrollAmount; in onScrollTouch() local
1541 float scrollAmount = newTopAmount < 0 ? -newTopAmount : 0.0f; in overScrollUp() local
1574 float scrollAmount = newBottomAmount < 0 ? newBottomAmount : 0.0f; in overScrollDown() local
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DRecyclerView.java9281 int[] scrollAmount = getChildRectangleOnScreenScrollAmount(parent, child, rect, in requestChildRectangleOnScreen() local