Searched refs:MAX_SCROLL_FACTOR (Results 1 – 4 of 4) sorted by relevance
75 private static final float MAX_SCROLL_FACTOR = ScrollView.MAX_SCROLL_FACTOR; field in HorizontalScrollView308 return (int) (MAX_SCROLL_FACTOR * (mRight - mLeft)); in getMaxScrollAmount()
83 static final float MAX_SCROLL_FACTOR = 0.5f; field in ScrollView340 return (int) (MAX_SCROLL_FACTOR * (mBottom - mTop)); in getMaxScrollAmount()
165 private static final float MAX_SCROLL_FACTOR = 0.33f; field in ListView284 return (int) (MAX_SCROLL_FACTOR * (mBottom - mTop)); in getMaxScrollAmount()
59 private static final float MAX_SCROLL_FACTOR = 1 / 3f; field in LinearLayoutManager1911 final int maxScroll = (int) (MAX_SCROLL_FACTOR * mOrientationHelper.getTotalSpace()); in onFocusSearchFailed()