Home
last modified time | relevance | path

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

/frameworks/support/v17/tests/src/android/support/v17/leanback/widget/
DGridWidgetTest.java133 while (mGridView.getLayoutManager().isSmoothScrolling() || in waitForScrollIdle()
186 } while (mGridView.getLayoutManager().isSmoothScrolling() || in scroll()
985 mGridView.getLayoutManager().isSmoothScrolling()); in testSmoothScrollAndRemove()
1028 mGridView.getLayoutManager().isSmoothScrolling()); in testSmoothScrollAndRemove2()
1071 assertTrue(mGridView.getLayoutManager().isSmoothScrolling()); in testPendingSmoothScrollAndRemove()
1081 mGridView.getLayoutManager().isSmoothScrolling()); in testPendingSmoothScrollAndRemove()
1852 while (mGridView.getLayoutManager().isSmoothScrolling() || in testSmoothscrollerInterrupted()
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DLinearLayoutManagerBaseConfigSetTest.java199 while (mLayoutManager.isSmoothScrolling() || in getFirstLastChildrenTest()
DStaggeredGridLayoutManagerBaseConfigSetTest.java339 while (mLayoutManager.isSmoothScrolling() || in getFirstLastChildrenTest()
DRecyclerViewLayoutTest.java4067 while (rv.getLayoutManager().isSmoothScrolling() && --limit > 0) {
/frameworks/support/v7/recyclerview/api/
D22.0.0.txt356 method public boolean isSmoothScrolling();
D22.1.0.txt413 method public boolean isSmoothScrolling();
D22.2.1.txt470 method public boolean isSmoothScrolling();
D22.2.0.txt466 method public boolean isSmoothScrolling();
D23.0.0.txt503 method public boolean isSmoothScrolling();
D23.1.0.txt512 method public boolean isSmoothScrolling();
Dcurrent.txt533 method public boolean isSmoothScrolling();
D23.1.1.txt512 method public boolean isSmoothScrolling();
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DStaggeredGridLayoutManager.java1400 if (isSmoothScrolling()) {
DRecyclerView.java6928 public boolean isSmoothScrolling() { in isSmoothScrolling() method in RecyclerView.LayoutManager
8316 return isSmoothScrolling() || parent.isComputingLayout(); in onRequestChildFocus()
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DGridLayoutManager.java1849 final boolean scrollToFocus = !isSmoothScrolling() in onLayoutChildren()