Searched refs:isSmoothScrolling (Results 1 – 15 of 15) sorted by relevance
133 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()
199 while (mLayoutManager.isSmoothScrolling() || in getFirstLastChildrenTest()
339 while (mLayoutManager.isSmoothScrolling() || in getFirstLastChildrenTest()
4067 while (rv.getLayoutManager().isSmoothScrolling() && --limit > 0) {
356 method public boolean isSmoothScrolling();
413 method public boolean isSmoothScrolling();
470 method public boolean isSmoothScrolling();
466 method public boolean isSmoothScrolling();
503 method public boolean isSmoothScrolling();
512 method public boolean isSmoothScrolling();
533 method public boolean isSmoothScrolling();
1400 if (isSmoothScrolling()) {
6928 public boolean isSmoothScrolling() { in isSmoothScrolling() method in RecyclerView.LayoutManager8316 return isSmoothScrolling() || parent.isComputingLayout(); in onRequestChildFocus()
1849 final boolean scrollToFocus = !isSmoothScrolling() in onLayoutChildren()