Searched defs:computeVerticalScrollExtent (Results 1 - 13 of 13) sorted by relevance

/frameworks/support/v4/java/android/support/v4/view/
H A DScrollingView.java84 * units used by {@link #computeVerticalScrollExtent()} and
91 * @see #computeVerticalScrollExtent()
104 * {@link #computeVerticalScrollExtent()}.</p>
111 * @see #computeVerticalScrollExtent()
133 int computeVerticalScrollExtent(); method in interface:ScrollingView
/frameworks/opt/setupwizard/library/full-support/test/src/com/android/setupwizardlib/test/
H A DRecyclerViewRequireScrollHelperTest.java114 public int computeVerticalScrollExtent() { method in class:RecyclerViewRequireScrollHelperTest.TestRecyclerView
/frameworks/base/core/java/android/widget/
H A DGridView.java2275 protected int computeVerticalScrollExtent() { method in class:GridView
H A DNumberPicker.java1161 protected int computeVerticalScrollExtent() { method in class:NumberPicker
H A DAbsListView.java2013 protected int computeVerticalScrollExtent() { method in class:AbsListView
H A DTextView.java8671 protected int computeVerticalScrollExtent() { method in class:TextView
/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java421 * See {@link android.webkit.WebView#computeVerticalScrollExtent}
423 public int computeVerticalScrollExtent(); method in interface:WebViewProvider.ScrollDelegate
H A DWebView.java2410 protected int computeVerticalScrollExtent() { method in class:WebView
2411 return mProvider.getScrollDelegate().computeVerticalScrollExtent();
/frameworks/support/v4/java/android/support/v4/widget/
H A DNestedScrollView.java955 computeVerticalScrollRange() > computeVerticalScrollExtent();
1367 public int computeVerticalScrollExtent() { method in class:NestedScrollView
1368 return super.computeVerticalScrollExtent();
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DLinearLayoutManager.java1062 public int computeVerticalScrollExtent(RecyclerView.State state) { method in class:LinearLayoutManager
H A DStaggeredGridLayoutManager.java1084 public int computeVerticalScrollExtent(RecyclerView.State state) { method in class:StaggeredGridLayoutManager
H A DRecyclerView.java1667 * {@link #computeVerticalScrollRange()} and {@link #computeVerticalScrollExtent()}.</p>
1697 * {@link RecyclerView.LayoutManager#computeVerticalScrollExtent(RecyclerView.State)} in your
1701 * @see RecyclerView.LayoutManager#computeVerticalScrollExtent(RecyclerView.State)
1704 public int computeVerticalScrollExtent() { method in class:RecyclerView
1708 return mLayout.canScrollVertically() ? mLayout.computeVerticalScrollExtent(mState) : 0;
1715 * {@link #computeVerticalScrollExtent()} and {@link #computeVerticalScrollOffset()}.</p>
8507 * <p>Read {@link RecyclerView#computeVerticalScrollExtent()} for details.</p>
8513 * @see RecyclerView#computeVerticalScrollExtent()
8515 public int computeVerticalScrollExtent(State state) { method in class:RecyclerView.LayoutManager
/frameworks/base/core/java/android/view/
H A DView.java5215 final int extent = computeVerticalScrollExtent();
10985 final int extent = computeVerticalScrollExtent();
14223 return computeVerticalScrollOffset() + computeVerticalScrollExtent() <
14540 * units used by {@link #computeVerticalScrollExtent()} and
14547 * @see #computeVerticalScrollExtent()
14562 * {@link #computeVerticalScrollExtent()}.</p>
14569 * @see #computeVerticalScrollExtent()
14593 protected int computeVerticalScrollExtent() { method in class:View
14622 final int range = computeVerticalScrollRange() - computeVerticalScrollExtent();
14809 computeVerticalScrollExtent(), tru
[all...]

Completed in 1882 milliseconds