Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
DLabelMaker.java162 public int add(GL10 gl, Drawable drawable, int minWidth, int minHeight) { in add() argument
163 return add(gl, drawable, null, null, minWidth, minHeight); in add()
175 int minWidth, int minHeight) { in add() argument
183 minWidth = Math.max(minWidth, background.getMinimumWidth()); in add()
202 int width = Math.max(minWidth, textWidth + padWidth); in add()
/development/samples/ApiDemos/src/com/example/android/apis/accessibility/
DCustomViewAccessibilityActivity.java256 final int minWidth = Math.max(mOnLayout.getWidth(), mOffLayout.getWidth()) in onMeasure() local
260 setMeasuredDimension(resolveSizeAndState(minWidth, widthMeasureSpec, 0), in onMeasure()
/development/samples/WeatherListWidget/src/com/example/android/weatherlistwidget/
DWeatherWidgetProvider.java220 int minWidth = newOptions.getInt(AppWidgetManager.OPTION_APPWIDGET_MIN_WIDTH); in onAppWidgetOptionsChanged() local
/development/apps/WidgetPreview/src/com/android/widgetpreview/
DWidgetPreviewActivity.java177 getLauncherCellDimensions(providerInfo.minWidth, providerInfo.minHeight); in finishSetAppWidget()