Searched refs:getNumOfCols (Results 1 – 4 of 4) sorted by relevance
64 when(mAppGridRecyclerView.getNumOfCols()).thenReturn(numOfCols); in testPageRounding_getItemCount_getPageCount()128 when(mAppGridRecyclerView.getNumOfCols()).thenReturn(numOfCols); in updatePageScrollDestination_testLeftScrollDestinations()169 when(mAppGridRecyclerView.getNumOfCols()).thenReturn(numOfCols); in updatePageScrollDestination_testRightScrollDestinations()218 when(mAppGridRecyclerView.getNumOfCols()).thenReturn(numOfCols); in getNextRotaryFocus_testLeftRightRotations()277 when(mAppGridRecyclerView.getNumOfCols()).thenReturn(numOfCols); in getNextRotaryFocus_testInvalidRotation()
83 int blockSize = mRecyclerView.getNumOfRows() * mRecyclerView.getNumOfCols(); in findSnapView()108 int blockSize = mRecyclerView.getNumOfRows() * mRecyclerView.getNumOfCols(); in findFirstItemOnNextPage()114 int blockSize = mRecyclerView.getNumOfRows() * mRecyclerView.getNumOfCols(); in findFirstItemOnPrevPage()119 int blockSize = mRecyclerView.getNumOfRows() * mRecyclerView.getNumOfCols(); in handleScrollToPos()
142 public int getNumOfCols() { in getNumOfCols() method in AppGridRecyclerView
96 mNumOfCols = ((AppGridRecyclerView) recyclerView).getNumOfCols(); in onAttachedToRecyclerView()