Home
last modified time | relevance | path

Searched refs:NUM_APP_COLS (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/allapps/
DAlphabeticalAppsListTest.java68 private static final int NUM_APP_COLS = 4; field in AlphabeticalAppsListTest
91 mAlphabeticalAppsList.setNumAppsPerRowAllApps(NUM_APP_COLS); in setUp()
240 NUM_APP_COLS * NUM_APP_ROWS); in getRoundRegions_whenIndexIsMiddleOfLastRow_roundNothing()
250 NUM_APP_COLS * NUM_APP_ROWS); in getRoundRegions_whenIndexIsInEndOfLastRow_roundBottomRight()
260 NUM_APP_COLS * NUM_APP_ROWS); in getRoundRegions_whenIndexIsInBeginningOfLastRow_roundBottomLeft()
270 NUM_APP_COLS * NUM_APP_ROWS); in getRoundRegions_whenIndexIsInMiddleOfLastRow_roundNothing()
280 NUM_APP_COLS * NUM_APP_ROWS); in getRoundRegions_whenIndexIsInMiddleRow_roundNothing()
290 NUM_APP_COLS * NUM_APP_ROWS); in getRoundRegions_whenIndexIsInBeginningOfTopRow_roundNothing()
300 NUM_APP_COLS * NUM_APP_ROWS); in getRoundRegions_whenIndexIsInLastOfTopRow_roundNothing()
/packages/apps/Launcher3/tests/src/com/android/launcher3/allapps/
DPrivateSpaceHeaderViewTest.java92 private static final int NUM_APP_COLS = 4; field in PrivateSpaceHeaderViewTest
295 mAlphabeticalAppsList.setNumAppsPerRowAllApps(NUM_APP_COLS); in scrollForViewToBeVisibleInContainer_withHeader()
300 int position = rows * NUM_APP_COLS - (NUM_APP_COLS-1) + 1; in scrollForViewToBeVisibleInContainer_withHeader()
330 mAlphabeticalAppsList.setNumAppsPerRowAllApps(NUM_APP_COLS); in scrollForViewToBeVisibleInContainer_withHeaderNoTabs()
335 int position = rows * NUM_APP_COLS - (NUM_APP_COLS-1) + 1; in scrollForViewToBeVisibleInContainer_withHeaderNoTabs()
365 mAlphabeticalAppsList.setNumAppsPerRowAllApps(NUM_APP_COLS); in scrollForViewToBeVisibleInContainer_withHeaderAndLessAppRowSpace()
370 int position = rows * NUM_APP_COLS - (NUM_APP_COLS-1) + 1; in scrollForViewToBeVisibleInContainer_withHeaderAndLessAppRowSpace()
397 mAlphabeticalAppsList.setNumAppsPerRowAllApps(NUM_APP_COLS); in scrollForViewToBeVisibleInContainer_withNoHeader()