Searched refs:getScrollState (Results 1 – 24 of 24) sorted by relevance
295 return getVerticalGridView().getScrollState() in isScrolling()
297 return getVerticalGridView().getScrollState() in isScrolling()
527 return getVerticalGridView().getScrollState() != HorizontalGridView.SCROLL_STATE_IDLE; in isScrolling()
529 return getVerticalGridView().getScrollState() != HorizontalGridView.SCROLL_STATE_IDLE; in isScrolling()
1431 && gridView.getScrollState() != RecyclerView.SCROLL_STATE_IDLE) { in swapToMainFragment()
1429 && gridView.getScrollState() != RecyclerView.SCROLL_STATE_IDLE) { in swapToMainFragment()
320 mOldScrollState = mRecyclerView.getScrollState(); in PreloadController()
218 if (recyclerView.getScrollState() == SCROLL_STATE_IDLE) { in waitForIdleScroll()
200 mRecyclerView.getScrollState() != RecyclerView.SCROLL_STATE_IDLE) { in getFirstLastChildrenTest()
1803 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()
299 if (recyclerView.getScrollState() == SCROLL_STATE_IDLE) { in waitForIdleScroll()
340 mRecyclerView.getScrollState() != RecyclerView.SCROLL_STATE_IDLE) { in getFirstLastChildrenTest()
134 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()
1869 && mBaseGridView.getScrollState() != RecyclerView.SCROLL_STATE_IDLE) { in onLayoutChildren()2781 final boolean isScroll = mBaseGridView.getScrollState() != RecyclerView.SCROLL_STATE_IDLE; in onInterceptFocusSearch()
954 if (mRecyclerView.getScrollState() == RecyclerView.SCROLL_STATE_DRAGGING) { in checkSelectForSwipe()
157 method public int getScrollState();
208 method public int getScrollState();
256 method public int getScrollState();
253 method public int getScrollState();
283 method public int getScrollState();
293 method public int getScrollState();
1230 public int getScrollState() { in getScrollState() method in RecyclerView