Home
last modified time | relevance | path

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

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