/frameworks/base/core/java/com/android/internal/widget/ |
D | ScrollingView.java | 133 int computeVerticalScrollExtent(); in computeVerticalScrollExtent() method
|
D | LinearLayoutManager.java | 1067 public int computeVerticalScrollExtent(RecyclerView.State state) { in computeVerticalScrollExtent() method
|
D | RecyclerView.java | 1819 public int computeVerticalScrollExtent() { in computeVerticalScrollExtent() method in RecyclerView 1823 return mLayout.canScrollVertically() ? mLayout.computeVerticalScrollExtent(mState) : 0; in computeVerticalScrollExtent() 9302 public int computeVerticalScrollExtent(State state) { in computeVerticalScrollExtent() method in RecyclerView.LayoutManager
|
/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/template/ |
D | RecyclerViewScrollHandlingDelegate.java | 48 recyclerView.computeVerticalScrollRange() - recyclerView.computeVerticalScrollExtent(); in canScrollDown()
|
/frameworks/opt/setupwizard/library/recyclerview/test/robotest/src/com/android/setupwizardlib/template/ |
D | RecyclerViewScrollHandlingDelegateTest.java | 54 doReturn(0).when(mRecyclerView).computeVerticalScrollExtent(); in setUp()
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | ExtractEditText.java | 132 return computeVerticalScrollRange() > computeVerticalScrollExtent(); in hasVerticalScrollBar()
|
/frameworks/base/core/java/android/view/ |
D | RoundScrollbarRenderer.java | 82 float scrollExtent = mParent.computeVerticalScrollExtent(); in drawRoundScrollbars()
|
D | View.java | 7519 computeVerticalScrollRange() > computeVerticalScrollExtent(); 7549 final int extent = computeVerticalScrollExtent(); 17772 final int extent = computeVerticalScrollExtent(); in handleScrollBarDragging() 21515 return computeVerticalScrollOffset() + computeVerticalScrollExtent() < in getBottomFadingEdgeStrength() 21889 protected int computeVerticalScrollExtent() { in computeVerticalScrollExtent() method 21924 final int range = computeVerticalScrollRange() - computeVerticalScrollExtent(); in canScrollVertically() 22195 computeVerticalScrollExtent(), true); in onDrawScrollBars() 29608 computeVerticalScrollRange() > computeVerticalScrollExtent(); in overScrollBy()
|
/frameworks/base/core/java/android/webkit/ |
D | WebViewProvider.java | 538 public int computeVerticalScrollExtent(); in computeVerticalScrollExtent() method
|
D | WebView.java | 2699 protected int computeVerticalScrollExtent() { in computeVerticalScrollExtent() method in WebView 2700 return mProvider.getScrollDelegate().computeVerticalScrollExtent(); in computeVerticalScrollExtent()
|
/frameworks/base/core/java/android/widget/ |
D | GridView.java | 2319 protected int computeVerticalScrollExtent() { in computeVerticalScrollExtent() method
|
D | NumberPicker.java | 1210 protected int computeVerticalScrollExtent() { in computeVerticalScrollExtent() method in NumberPicker
|
D | AbsListView.java | 2123 protected int computeVerticalScrollExtent() { in computeVerticalScrollExtent() method in AbsListView
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/boot/ |
D | boot-image-profile.txt | 17037 HSPLandroid/view/View;->computeVerticalScrollExtent()I 19308 HSPLandroid/webkit/WebView;->computeVerticalScrollExtent()I 19398 HSPLandroid/widget/AbsListView;->computeVerticalScrollExtent()I+]Landroid/view/View;Landroid/widget… 20445 HSPLandroid/widget/TextView;->computeVerticalScrollExtent()I
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 17101 HSPLandroid/view/View;->computeVerticalScrollExtent()I 19372 HSPLandroid/webkit/WebView;->computeVerticalScrollExtent()I 19462 HSPLandroid/widget/AbsListView;->computeVerticalScrollExtent()I+]Landroid/view/View;Landroid/widget… 20509 HSPLandroid/widget/TextView;->computeVerticalScrollExtent()I
|
/frameworks/base/core/api/ |
D | system-current.txt | 18580 method public int computeVerticalScrollExtent();
|
D | current.txt | 52537 method protected int computeVerticalScrollExtent();
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 33314 method protected int computeVerticalScrollExtent();
|