Home
last modified time | relevance | path

Searched refs:minHeight (Results 1 – 5 of 5) 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
184 minHeight = Math.max(minHeight, background.getMinimumHeight()); in add()
201 int height = Math.max(minHeight, textHeight + padHeight); in add()
/development/tools/winscope/src/flickerlib/windows/
DActivityTask.ts51 proto.minHeight,
/development/samples/ApiDemos/src/com/example/android/apis/accessibility/
DCustomViewAccessibilityActivity.java258 final int minHeight = Math.max(mOnLayout.getHeight(), mOffLayout.getHeight()) in onMeasure() local
261 resolveSizeAndState(minHeight, heightMeasureSpec, 0)); in onMeasure()
/development/samples/WeatherListWidget/src/com/example/android/weatherlistwidget/
DWeatherWidgetProvider.java222 int minHeight = newOptions.getInt(AppWidgetManager.OPTION_APPWIDGET_MIN_HEIGHT); in onAppWidgetOptionsChanged() local
226 if (minHeight < 100) { in onAppWidgetOptionsChanged()
/development/apps/WidgetPreview/src/com/android/widgetpreview/
DWidgetPreviewActivity.java177 getLauncherCellDimensions(providerInfo.minWidth, providerInfo.minHeight); in finishSetAppWidget()