Searched defs:computeHorizontalScrollRange (Results 1 - 14 of 14) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DScrollingView.java40 int computeHorizontalScrollRange(); method in interface:ScrollingView
48 * units used by {@link #computeHorizontalScrollRange()} and
55 * @see #computeHorizontalScrollRange()
67 * units used by {@link #computeHorizontalScrollRange()} and
74 * @see #computeHorizontalScrollRange()
H A DLinearLayoutManager.java1076 public int computeHorizontalScrollRange(RecyclerView.State state) { method in class:LinearLayoutManager
H A DRecyclerView.java1704 * {@link #computeHorizontalScrollRange()} and {@link #computeHorizontalScrollExtent()}.</p>
1730 * {@link #computeHorizontalScrollRange()} and {@link #computeHorizontalScrollOffset()}.</p>
1758 * {@link RecyclerView.LayoutManager#computeHorizontalScrollRange(RecyclerView.State)} in your
1762 * @see RecyclerView.LayoutManager#computeHorizontalScrollRange(RecyclerView.State)
1765 public int computeHorizontalScrollRange() { method in class:RecyclerView
1769 return mLayout.canScrollHorizontally() ? mLayout.computeHorizontalScrollRange(mState) : 0;
9156 * <p>Read {@link RecyclerView#computeHorizontalScrollRange()} for details.</p>
9162 * @see RecyclerView#computeHorizontalScrollRange()
9164 public int computeHorizontalScrollRange(State state) { method in class:RecyclerView.LayoutManager
/frameworks/support/compat/java/android/support/v4/view/
H A DScrollingView.java40 int computeHorizontalScrollRange(); method in interface:ScrollingView
48 * units used by {@link #computeHorizontalScrollRange()} and
55 * @see #computeHorizontalScrollRange()
67 * units used by {@link #computeHorizontalScrollRange()} and
74 * @see #computeHorizontalScrollRange()
/frameworks/base/core/java/android/widget/
H A DGallery.java330 protected int computeHorizontalScrollRange() { method in class:Gallery
H A DHorizontalScrollView.java1234 protected int computeHorizontalScrollRange() { method in class:HorizontalScrollView
H A DTextView.java9868 protected int computeHorizontalScrollRange() { method in class:TextView
9874 return super.computeHorizontalScrollRange();
/frameworks/support/core-ui/java/android/support/v4/widget/
H A DNestedScrollView.java979 computeHorizontalScrollRange() > computeHorizontalScrollExtent();
1401 public int computeHorizontalScrollRange() { method in class:NestedScrollView
1402 return super.computeHorizontalScrollRange();
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DLinearLayoutManager.java1100 public int computeHorizontalScrollRange(RecyclerView.State state) { method in class:LinearLayoutManager
H A DStaggeredGridLayoutManager.java1106 public int computeHorizontalScrollRange(RecyclerView.State state) { method in class:StaggeredGridLayoutManager
H A DRecyclerView.java1833 * {@link #computeHorizontalScrollRange()} and {@link #computeHorizontalScrollExtent()}.</p>
1859 * {@link #computeHorizontalScrollRange()} and {@link #computeHorizontalScrollOffset()}.</p>
1887 * {@link RecyclerView.LayoutManager#computeHorizontalScrollRange(RecyclerView.State)} in your
1891 * @see RecyclerView.LayoutManager#computeHorizontalScrollRange(RecyclerView.State)
1894 public int computeHorizontalScrollRange() { method in class:RecyclerView
1898 return mLayout.canScrollHorizontally() ? mLayout.computeHorizontalScrollRange(mState) : 0;
9575 * <p>Read {@link RecyclerView#computeHorizontalScrollRange()} for details.</p>
9581 * @see RecyclerView#computeHorizontalScrollRange()
9583 public int computeHorizontalScrollRange(State state) { method in class:RecyclerView.LayoutManager
/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java433 * See {@link android.webkit.WebView#computeHorizontalScrollRange}
435 public int computeHorizontalScrollRange(); method in interface:WebViewProvider.ScrollDelegate
H A DWebView.java2601 protected int computeHorizontalScrollRange() { method in class:WebView
2602 return mProvider.getScrollDelegate().computeHorizontalScrollRange();
/frameworks/base/core/java/android/view/
H A DView.java5922 final int range = computeHorizontalScrollRange();
12909 final int range = computeHorizontalScrollRange();
16188 computeHorizontalScrollRange() ? 1.0f : 0.0f;
16425 protected int computeHorizontalScrollRange() { method in class:View
16435 * units used by {@link #computeHorizontalScrollRange()} and
16442 * @see #computeHorizontalScrollRange()
16456 * units used by {@link #computeHorizontalScrollRange()} and
16463 * @see #computeHorizontalScrollRange()
16540 final int range = computeHorizontalScrollRange() - computeHorizontalScrollExtent();
16812 scrollBar.setParameters(computeHorizontalScrollRange(),
[all...]

Completed in 422 milliseconds