Searched refs:MAX_SCROLL_FACTOR (Results 1 – 5 of 5) 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()
161 private static final float MAX_SCROLL_FACTOR = 0.33f; field in ListView280 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()
82417 Landroid/widget/HorizontalScrollView;->MAX_SCROLL_FACTOR:F82605 Landroid/widget/ListView;->MAX_SCROLL_FACTOR:F83895 Landroid/widget/ScrollView;->MAX_SCROLL_FACTOR:F