Searched refs:portraitWidth (Results 1 – 3 of 3) sorted by relevance
363 int portraitWidth = Math.min(size.x, size.y); in getSupportedBoundsForDisplay() local366 result.add(new WindowBounds(portraitWidth, portraitHeight, in getSupportedBoundsForDisplay()368 result.add(new WindowBounds(portraitHeight, portraitWidth, in getSupportedBoundsForDisplay()
800 final int portraitWidth = (portraitHeight * portraitHeight) / otherDimension; in getDefaultFreeformSize() local802 : portraitWidth; in getDefaultFreeformSize()803 final int defaultHeight = (orientation == SCREEN_ORIENTATION_LANDSCAPE) ? portraitWidth in getDefaultFreeformSize()
236 int portraitWidth = options.getInt(OPTION_APPWIDGET_MIN_WIDTH, defaultWidth); in getWidgetSizes() local238 widgetSizes.add(new SizeF(portraitWidth, portraitHeight)); in getWidgetSizes()