Searched refs:mGridLayoutManager (Results 1 – 2 of 2) sorted by relevance
74 private GridLayoutManager mGridLayoutManager; field in RecentsRecyclerViewTest134 mRecentsRecyclerView.setLayoutManager(mGridLayoutManager); in setup()159 when(mGridLayoutManager.getReverseLayout()).thenReturn(false); in resetPadding_setsStartPadding_toStart_noReverseLayout_noRTL()171 when(mGridLayoutManager.getReverseLayout()).thenReturn(false); in resetPadding_setsEndPadding_toEnd_noReverseLayout_noRTL()183 when(mGridLayoutManager.getReverseLayout()).thenReturn(false); in resetPadding_setsStartPadding_toEnd_noReverseLayout_RTL()195 when(mGridLayoutManager.getReverseLayout()).thenReturn(false); in resetPadding_setsEndPadding_toStart_noReverseLayout_RTL()207 when(mGridLayoutManager.getReverseLayout()).thenReturn(true); in resetPadding_setsStartPadding_toEnd_reverseLayout_noRTL()219 when(mGridLayoutManager.getReverseLayout()).thenReturn(true); in resetPadding_setsEndPadding_toStart_reverseLayout_noRTL()231 when(mGridLayoutManager.getReverseLayout()).thenReturn(false); in resetPadding_setsStartPadding_toStart_reverseLayout_RTL()243 when(mGridLayoutManager.getReverseLayout()).thenReturn(false); in resetPadding_setsEndPadding_toEnd_reverseLayout_RTL()[all …]
58 private GridLayoutManager mGridLayoutManager; field in CarRecentsActivity102 mGridLayoutManager = (GridLayoutManager) mRecentsRecyclerView.getLayoutManager(); in onCreate()103 int gridSpanCount = mGridLayoutManager.getSpanCount(); in onCreate()104 mGridLayoutManager.setSpanSizeLookup(new GridLayoutManager.SpanSizeLookup() { in onCreate()227 mGridLayoutManager.scrollToPositionWithOffset(/* position= */ 0, /* offset= */ 0); in resetViewState()