Searched defs:scrollAmount (Results 1 – 3 of 3) sorted by relevance
550 int scrollAmount = targetCenter - selectedCenter; in scrollIntoSlots() local
1438 float scrollAmount; in onScrollTouch() local1541 float scrollAmount = newTopAmount < 0 ? -newTopAmount : 0.0f; in overScrollUp() local1574 float scrollAmount = newBottomAmount < 0 ? newBottomAmount : 0.0f; in overScrollDown() local
9281 int[] scrollAmount = getChildRectangleOnScreenScrollAmount(parent, child, rect, in requestChildRectangleOnScreen() local