Searched refs:MAX_SCROLL_FACTOR (Results 1 – 5 of 5) sorted by relevance
78 private static final float MAX_SCROLL_FACTOR = ScrollView.MAX_SCROLL_FACTOR; field in HorizontalScrollView325 return (int) (MAX_SCROLL_FACTOR * (mRight - mLeft)); in getMaxScrollAmount()
88 static final float MAX_SCROLL_FACTOR = 0.5f; field in ScrollView363 return (int) (MAX_SCROLL_FACTOR * (mBottom - mTop)); in getMaxScrollAmount()
159 private static final float MAX_SCROLL_FACTOR = 0.33f; field in ListView278 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()
67345 Landroid/widget/HorizontalScrollView;->MAX_SCROLL_FACTOR:F67533 Landroid/widget/ListView;->MAX_SCROLL_FACTOR:F68823 Landroid/widget/ScrollView;->MAX_SCROLL_FACTOR:F