Home | History | Annotate | Download | only in launcher3

Lines Matching defs:isLandscape

80     boolean isLandscape;
307 boolean isLandscape = (config.orientation == Configuration.ORIENTATION_LANDSCAPE) &&
311 if (isLandscape || isRotatedPortrait) {
407 int maxRows = (isLandscape ? maxShortEdgeCellCount : maxLongEdgeCellCount);
408 int maxCols = (isLandscape ? maxLongEdgeCellCount : maxShortEdgeCellCount);
411 allAppsNumRows = isLandscape ? allAppsShortEdgeCount : allAppsLongEdgeCount;
412 allAppsNumCols = isLandscape
426 isLandscape = (configuration.orientation == Configuration.ORIENTATION_LANDSCAPE);
522 return getSearchBarBounds(isLandscape ? CellLayout.LANDSCAPE : CellLayout.PORTRAIT);
563 if (isLandscape && transposeLayoutWithOrientation) {
583 return getWorkspacePadding(isLandscape ? CellLayout.LANDSCAPE : CellLayout.PORTRAIT);
684 return isLandscape && transposeLayoutWithOrientation;
729 int orientation = isLandscape ? CellLayout.LANDSCAPE : CellLayout.PORTRAIT;
814 if ((isTablet() || isLandscape) && gridPaddingLR > (allAppsCellWidthPx / 4)) {