Home
last modified time | relevance | path

Searched refs:maxHeight (Results 1 – 5 of 5) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DPictureLayout.java85 int maxHeight = 0; in onMeasure() local
96 maxHeight += getPaddingTop() + getPaddingBottom(); in onMeasure()
100 maxHeight = Math.max(maxHeight, drawable.getMinimumHeight()); in onMeasure()
105 resolveSize(maxHeight, heightMeasureSpec)); in onMeasure()
/development/samples/ApiDemos/src/com/example/android/apis/view/
DCustomLayout.java85 int maxHeight = 0; in onMeasure() local
110 maxHeight = Math.max(maxHeight, in onMeasure()
120 maxHeight = Math.max(maxHeight, getSuggestedMinimumHeight()); in onMeasure()
125 resolveSizeAndState(maxHeight, heightMeasureSpec, in onMeasure()
/development/tools/recovery_l10n/src/com/android/recovery_l10n/
DMain.java212 int maxHeight = 0;
218 if (h > maxHeight) maxHeight = h;
232 int[] pixels = new int[maxHeight * width];
/development/samples/WeatherListWidget/src/com/example/android/weatherlistwidget/
DWeatherWidgetProvider.java223 int maxHeight = newOptions.getInt(AppWidgetManager.OPTION_APPWIDGET_MAX_HEIGHT); in onAppWidgetOptionsChanged() local
/development/ndk/platforms/android-14/include/OMXAL/
DOpenMAXAL.h1597 XAuint32 maxHeight; member
2818 XAuint32 maxHeight; member
2992 XAuint32 maxHeight; member