Searched refs:isUsingTabs (Results 1 – 3 of 3) sorted by relevance
295 when(mAllApps.isUsingTabs()).thenReturn(true); in scrollForViewToBeVisibleInContainer_withHeader()330 when(mAllApps.isUsingTabs()).thenReturn(false); in scrollForViewToBeVisibleInContainer_withHeaderNoTabs()364 when(mAllApps.isUsingTabs()).thenReturn(true); in scrollForViewToBeVisibleInContainer_withHeaderAndLessAppRowSpace()
512 - (mAllApps.isUsingTabs() ? 0 : 1); in scrollForHeaderToBeVisibleInContainer()
1540 boolean isUsingTabs() { in isUsingTabs() method in ActivityAllAppsContainerView