Searched refs:isUsingTabs (Results 1 – 3 of 3) sorted by relevance
292 when(mAllApps.isUsingTabs()).thenReturn(true); in scrollForViewToBeVisibleInContainer_withHeader()327 when(mAllApps.isUsingTabs()).thenReturn(false); in scrollForViewToBeVisibleInContainer_withHeaderNoTabs()361 when(mAllApps.isUsingTabs()).thenReturn(true); in scrollForViewToBeVisibleInContainer_withHeaderAndLessAppRowSpace()
496 - (mAllApps.isUsingTabs() ? 0 : 1); in scrollForHeaderToBeVisibleInContainer()
1508 boolean isUsingTabs() { in isUsingTabs() method in ActivityAllAppsContainerView