Home
last modified time | relevance | path

Searched refs:isSmoothScrolling (Results 1 – 25 of 38) sorted by relevance

12

/frameworks/support/leanback/src/androidTest/java/androidx/leanback/app/
DSingleFragmentTestBase.java118 while (recyclerView.getLayoutManager().isSmoothScrolling() in waitForScrollIdle()
DSingleSupportFragmentTestBase.java115 while (recyclerView.getLayoutManager().isSmoothScrolling() in waitForScrollIdle()
/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
DLinearLayoutManagerBaseConfigSetTest.java194 while (mLayoutManager.isSmoothScrolling() || in getFirstLastChildrenTest()
DStaggeredGridLayoutManagerBaseConfigSetTest.java341 while (mLayoutManager.isSmoothScrolling() || in getFirstLastChildrenTest()
DRecyclerViewLayoutTest.java5116 while (rv.getLayoutManager().isSmoothScrolling() && --limit > 0) {
/frameworks/support/leanback/src/androidTest/java/androidx/leanback/widget/
DGridWidgetTest.java192 } while (mGridView.getLayoutManager().isSmoothScrolling() in scroll()
502 while (mGridView.getLayoutManager().isSmoothScrolling() in waitForScrollIdle()
1430 mGridView.getLayoutManager().isSmoothScrolling()); in testSetSelectedPosition()
2410 mGridView.getLayoutManager().isSmoothScrolling()); in testSmoothScrollAndRemove()
2456 mGridView.getLayoutManager().isSmoothScrolling()); in testSmoothScrollAndRemove2()
2499 assertTrue(mGridView.getLayoutManager().isSmoothScrolling()); in testPendingSmoothScrollAndRemove()
2512 mGridView.getLayoutManager().isSmoothScrolling()); in testPendingSmoothScrollAndRemove()
3451 while (mGridView.getLayoutManager().isSmoothScrolling() in testSmoothscrollerInterrupted()
5003 return !mGridView.getLayoutManager().isSmoothScrolling()
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
DGridLayoutManager.java1852 if (mBaseGridView.getScrollState() != SCROLL_STATE_IDLE || isSmoothScrolling()) { in slideIn()
2232 final boolean scrollToFocus = !isSmoothScrolling() in onLayoutChildren()
2671 final boolean notSmoothScrolling = !isSmoothScrolling();
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
DStaggeredGridLayoutManager.java1454 if (isSmoothScrolling()) {
DRecyclerView.java8164 public boolean isSmoothScrolling() { in isSmoothScrolling() method in RecyclerView.LayoutManager
9684 return isSmoothScrolling() || parent.isComputingLayout(); in onRequestChildFocus()
/frameworks/base/core/java/com/android/internal/widget/
DRecyclerView.java7595 public boolean isSmoothScrolling() { in isSmoothScrolling() method in RecyclerView.LayoutManager
8980 return isSmoothScrolling() || parent.isComputingLayout(); in onRequestChildFocus()
/frameworks/support/v7/recyclerview/api_legacy/
D27.0.0.txt566 method public boolean isSmoothScrolling();
D26.1.0.txt564 method public boolean isSmoothScrolling();
D26.0.0.txt564 method public boolean isSmoothScrolling();
Dcurrent.txt629 method public boolean isSmoothScrolling();
D28.0.0-alpha1.txt629 method public boolean isSmoothScrolling();
D27.1.0.txt630 method public boolean isSmoothScrolling();
/frameworks/support/v7/recyclerview/api/
Dcurrent.txt647 method public boolean isSmoothScrolling();
/frameworks/support/api/
D22.0.0.txt5758 method public boolean isSmoothScrolling();
D22.1.0.txt6396 method public boolean isSmoothScrolling();
D22.2.0.txt8050 method public boolean isSmoothScrolling();
D22.2.1.txt8143 method public boolean isSmoothScrolling();
D25.2.0.txt10231 method public boolean isSmoothScrolling();
D25.0.0.txt9773 method public boolean isSmoothScrolling();
D24.2.0.txt9685 method public boolean isSmoothScrolling();
D23.0.0.txt9585 method public boolean isSmoothScrolling();

12