Searched refs:hangingBottom (Results 1 – 2 of 2) sorted by relevance
177 final int hangingBottom = in scrollVerticallyBy() local179 final int scrollBy = -Math.min(dy - scrolled, hangingBottom); in scrollVerticallyBy()
315 final int hangingBottom = Math.max(bottomView.getBottom() - parentHeight, 0); in scrollVerticallyBy() local316 final int scrollBy = -Math.min(dy - scrolled, hangingBottom); in scrollVerticallyBy()