Home
last modified time | relevance | path

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

/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/utils/
DBitmapHelper.java33 public static Bitmap scaleBitmap(Bitmap src, int maxWidth, int maxHeight) { in scaleBitmap()
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DPictureLayout.java85 int maxHeight = 0; in onMeasure() local
/development/samples/ApiDemos/src/com/example/android/apis/view/
DCustomLayout.java85 int maxHeight = 0; in onMeasure() local
/development/samples/WeatherListWidget/src/com/example/android/weatherlistwidget/
DWeatherWidgetProvider.java223 int maxHeight = newOptions.getInt(AppWidgetManager.OPTION_APPWIDGET_MAX_HEIGHT); in onAppWidgetOptionsChanged() local
/development/samples/browseable/Camera2Basic/src/com.example.android.camera2basic/
DCamera2BasicFragment.java385 int textureViewHeight, int maxWidth, int maxHeight, Size aspectRatio) { in chooseOptimalSize()