Home
last modified time | relevance | path

Searched refs:isUsingTabs (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/allapps/
DPrivateSpaceHeaderViewTest.java295 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()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DPrivateProfileManager.java512 - (mAllApps.isUsingTabs() ? 0 : 1); in scrollForHeaderToBeVisibleInContainer()
DActivityAllAppsContainerView.java1540 boolean isUsingTabs() { in isUsingTabs() method in ActivityAllAppsContainerView