Searched refs:MAX_SCROLL_FACTOR (Results 1 – 6 of 6) sorted by relevance
71 private static final float MAX_SCROLL_FACTOR = ScrollView.MAX_SCROLL_FACTOR; field in HorizontalScrollView205 return (int) (MAX_SCROLL_FACTOR * (mRight - mLeft)); in getMaxScrollAmount()
77 static final float MAX_SCROLL_FACTOR = 0.5f; field in ScrollView231 return (int) (MAX_SCROLL_FACTOR * (mBottom - mTop)); in getMaxScrollAmount()
93 private static final float MAX_SCROLL_FACTOR = 0.33f; field in ListView205 return (int) (MAX_SCROLL_FACTOR * (mBottom - mTop)); in getMaxScrollAmount()
67 static final float MAX_SCROLL_FACTOR = 0.5f; field in NestedScrollView352 return (int) (MAX_SCROLL_FACTOR * getHeight()); in getMaxScrollAmount()
61 private static final float MAX_SCROLL_FACTOR = 1 / 3f; field in LinearLayoutManager1802 final int maxScroll = (int) (MAX_SCROLL_FACTOR * mOrientationHelper.getTotalSpace()); in onFocusSearchFailed()
104 private static final float MAX_SCROLL_FACTOR = 1 / 3f; field in StaggeredGridLayoutManager2195 mLayoutState.mAvailable = (int) (MAX_SCROLL_FACTOR * mPrimaryOrientation.getTotalSpace());