Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/appwidget/
DAppWidgetHostView.java280 int newMaxHeight = maxHeight - (ignorePadding ? 0 : yPaddingDips); in updateAppWidgetSize() local
290 newMaxHeight != oldOptions.getInt(AppWidgetManager.OPTION_APPWIDGET_MAX_HEIGHT)) { in updateAppWidgetSize()
298 newOptions.putInt(AppWidgetManager.OPTION_APPWIDGET_MAX_HEIGHT, newMaxHeight); in updateAppWidgetSize()