Searched defs:maxWidth (Results 1 – 7 of 7) sorted by relevance
33 public static Bitmap scaleBitmap(Bitmap src, int maxWidth, int maxHeight) { in scaleBitmap()
335 const maxWidth = Math.min( constant
86 int maxWidth = 0; in onMeasure() local
221 int maxWidth = newOptions.getInt(AppWidgetManager.OPTION_APPWIDGET_MAX_WIDTH); in onAppWidgetOptionsChanged() local
118 const [maxWidth, maxHeight] = [ constant
385 int textureViewHeight, int maxWidth, int maxHeight, Size aspectRatio) { in chooseOptimalSize()