Searched refs:maxHeight (Results 1 – 4 of 4) sorted by relevance
782 maxHeight: Int, in chooseOptimalSize()793 if (option.width <= maxWidth && option.height <= maxHeight && in chooseOptimalSize()
223 int maxHeight = newOptions.getInt(AppWidgetManager.OPTION_APPWIDGET_MAX_HEIGHT); in onAppWidgetOptionsChanged() local
385 int textureViewHeight, int maxWidth, int maxHeight, Size aspectRatio) { in chooseOptimalSize() argument394 if (option.getWidth() <= maxWidth && option.getHeight() <= maxHeight && in chooseOptimalSize()
1635 int textureViewHeight, int maxWidth, int maxHeight, Size aspectRatio) {1643 if (option.getWidth() <= maxWidth && option.getHeight() <= maxHeight &&