Home
last modified time | relevance | path

Searched refs:screenCount (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/model/
DAddWorkspaceItemsTask.java212 int screenCount = workspaceScreens.size(); in findSpaceForItem() local
215 if (preferredScreenIndex < screenCount) { in findSpaceForItem()
223 for (int screen = 1; screen < screenCount; screen++) { in findSpaceForItem()
/packages/apps/Launcher2/src/com/android/launcher2/
DWorkspace.java1358 final int screenCount = getChildCount();
1361 toPage = Math.min(toPage, screenCount - 1);
1371 final int screenCount = getChildCount();
1372 for (int i = 0; i < screenCount; i++) {
1402 final int screenCount = getChildCount();
1408 if (rightScreen < screenCount - 1) {
1414 for (int i = 0; i < screenCount; i++) {
1420 for (int i = 0; i < screenCount; i++) {
2676 final int screenCount = getChildCount();
2680 for (int i = 0; i < screenCount; i++) {
[all …]
DAppsCustomizePagedView.java1458 final int screenCount = getChildCount();
1466 if (rightScreen < screenCount - 1) {
1477 for (int i = 0; i < screenCount; i++) {
1485 for (int i = 0; i < screenCount; i++) {
/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspace.java1868 final int screenCount = getChildCount(); in enableHwLayersOnVisiblePages() local
1881 for (int i = numCustomPages(); i < screenCount; i++) { in enableHwLayersOnVisiblePages()
1902 if (rightScreen < screenCount - 1) { in enableHwLayersOnVisiblePages()
1909 for (int i = numCustomPages(); i < screenCount; i++) { in enableHwLayersOnVisiblePages()
3769 int screenCount = getChildCount();
3770 for (int screen = 0; screen < screenCount; screen++) {
3786 int screenCount = getChildCount();
3787 for (int screen = 0; screen < screenCount; screen++) {