Home
last modified time | relevance | path

Searched refs:getScrollState (Results 1 – 24 of 24) sorted by relevance

/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
DHeadersFragment.java295 return getVerticalGridView().getScrollState() in isScrolling()
DHeadersSupportFragment.java297 return getVerticalGridView().getScrollState() in isScrolling()
DRowsFragment.java527 return getVerticalGridView().getScrollState() != HorizontalGridView.SCROLL_STATE_IDLE; in isScrolling()
DRowsSupportFragment.java529 return getVerticalGridView().getScrollState() != HorizontalGridView.SCROLL_STATE_IDLE; in isScrolling()
DBrowseSupportFragment.java1431 && gridView.getScrollState() != RecyclerView.SCROLL_STATE_IDLE) { in swapToMainFragment()
DBrowseFragment.java1429 && gridView.getScrollState() != RecyclerView.SCROLL_STATE_IDLE) { in swapToMainFragment()
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
DPrintPreviewController.java320 mOldScrollState = mRecyclerView.getScrollState(); in PreloadController()
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DFocusSearchNavigationTest.java218 if (recyclerView.getScrollState() == SCROLL_STATE_IDLE) { in waitForIdleScroll()
DLinearLayoutManagerBaseConfigSetTest.java200 mRecyclerView.getScrollState() != RecyclerView.SCROLL_STATE_IDLE) { in getFirstLastChildrenTest()
DRecyclerViewLayoutTest.java1803 assertEquals(SCROLL_STATE_IDLE, recyclerView.getScrollState()); in scrollStateForSmoothScroll()
1834 assertEquals(SCROLL_STATE_IDLE, recyclerView.getScrollState()); in scrollStateForSmoothScrollWithStop()
1857 assertEquals(SCROLL_STATE_IDLE, recyclerView.getScrollState()); in scrollStateForSmoothScrollWithStop()
1872 assertEquals(SCROLL_STATE_IDLE, recyclerView.getScrollState()); in scrollStateForFling()
1906 assertEquals(SCROLL_STATE_IDLE, recyclerView.getScrollState()); in scrollStateForFlingWithStop()
1932 assertEquals(SCROLL_STATE_IDLE, recyclerView.getScrollState()); in scrollStateForFlingWithStop()
1947 assertEquals(SCROLL_STATE_IDLE, recyclerView.getScrollState()); in scrollStateDrag()
2259 while (rv.getScrollState() != SCROLL_STATE_IDLE) { in consecutiveSmoothScroll()
DBaseRecyclerViewInstrumentationTest.java299 if (recyclerView.getScrollState() == SCROLL_STATE_IDLE) { in waitForIdleScroll()
DStaggeredGridLayoutManagerBaseConfigSetTest.java340 mRecyclerView.getScrollState() != RecyclerView.SCROLL_STATE_IDLE) { in getFirstLastChildrenTest()
/frameworks/support/v17/tests/src/android/support/v17/leanback/widget/
DGridWidgetTest.java134 mGridView.getScrollState() != BaseGridView.SCROLL_STATE_IDLE) { in waitForScrollIdle()
187 mGridView.getScrollState() != BaseGridView.SCROLL_STATE_IDLE); in scroll()
814 assertEquals(mGridView.getScrollState(), BaseGridView.SCROLL_STATE_SETTLING); in testBug22209986()
1853 mGridView.getScrollState() != BaseGridView.SCROLL_STATE_IDLE) { in testSmoothscrollerInterrupted()
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DGridLayoutManager.java1869 && mBaseGridView.getScrollState() != RecyclerView.SCROLL_STATE_IDLE) { in onLayoutChildren()
2781 final boolean isScroll = mBaseGridView.getScrollState() != RecyclerView.SCROLL_STATE_IDLE; in onInterceptFocusSearch()
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/helper/
DItemTouchHelper.java954 if (mRecyclerView.getScrollState() == RecyclerView.SCROLL_STATE_DRAGGING) { in checkSelectForSwipe()
/frameworks/support/v7/recyclerview/api/
D22.0.0.txt157 method public int getScrollState();
D22.1.0.txt208 method public int getScrollState();
D22.2.1.txt256 method public int getScrollState();
D22.2.0.txt253 method public int getScrollState();
D23.0.0.txt283 method public int getScrollState();
D23.1.0.txt283 method public int getScrollState();
Dcurrent.txt293 method public int getScrollState();
D23.1.1.txt283 method public int getScrollState();
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DRecyclerView.java1230 public int getScrollState() { in getScrollState() method in RecyclerView