Searched refs:OPTION_APPWIDGET_MAX_HEIGHT (Results 1 – 6 of 6) sorted by relevance
405 options.putInt(AppWidgetManager.OPTION_APPWIDGET_MAX_HEIGHT, (int) maxHeight); in updateAppWidgetSize()439 newMaxHeight != oldOptions.getInt(AppWidgetManager.OPTION_APPWIDGET_MAX_HEIGHT)) { in updateAppWidgetSize()447 newOptions.putInt(AppWidgetManager.OPTION_APPWIDGET_MAX_HEIGHT, newMaxHeight); in updateAppWidgetSize()
231 public static final String OPTION_APPWIDGET_MAX_HEIGHT = "appWidgetMaxHeight"; field in AppWidgetManager
28 import static android.appwidget.AppWidgetManager.OPTION_APPWIDGET_MAX_HEIGHT;236 int portraitHeight = options.getInt(OPTION_APPWIDGET_MAX_HEIGHT, defaultHeight); in getWidgetSizes()
728 widget.options.getInt(AppWidgetManager.OPTION_APPWIDGET_MAX_HEIGHT, 0)); in dumpProtoWidget()2608 int maxHeight = widget.options.getInt(AppWidgetManager.OPTION_APPWIDGET_MAX_HEIGHT); in serializeAppWidget()2644 options.putInt(AppWidgetManager.OPTION_APPWIDGET_MAX_HEIGHT, maxHeight); in parseWidgetIdOptions()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
9367 field public static final String OPTION_APPWIDGET_MAX_HEIGHT = "appWidgetMaxHeight";