Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/appwidget/
DAppWidgetHostView.java421 options.putInt(AppWidgetManager.OPTION_APPWIDGET_MAX_HEIGHT, (int) maxHeight); in updateAppWidgetSize()
455 newMaxHeight != oldOptions.getInt(AppWidgetManager.OPTION_APPWIDGET_MAX_HEIGHT)) { in updateAppWidgetSize()
463 newOptions.putInt(AppWidgetManager.OPTION_APPWIDGET_MAX_HEIGHT, newMaxHeight); in updateAppWidgetSize()
DAppWidgetManager.java236 public static final String OPTION_APPWIDGET_MAX_HEIGHT = "appWidgetMaxHeight"; field in AppWidgetManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
DPeopleTileViewHelper.java28 import static android.appwidget.AppWidgetManager.OPTION_APPWIDGET_MAX_HEIGHT;
242 int portraitHeight = options.getInt(OPTION_APPWIDGET_MAX_HEIGHT, defaultHeight); in getWidgetSizes()
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
DAppWidgetServiceImpl.java931 widget.options.getInt(AppWidgetManager.OPTION_APPWIDGET_MAX_HEIGHT, 0)); in dumpProtoWidget()
2907 int maxHeight = widget.options.getInt(AppWidgetManager.OPTION_APPWIDGET_MAX_HEIGHT); in serializeAppWidget()
2948 options.putInt(AppWidgetManager.OPTION_APPWIDGET_MAX_HEIGHT, maxHeight); in parseWidgetIdOptions()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt5738 field public static final java.lang.String OPTION_APPWIDGET_MAX_HEIGHT = "appWidgetMaxHeight";
/frameworks/base/core/api/
Dcurrent.txt9634 field public static final String OPTION_APPWIDGET_MAX_HEIGHT = "appWidgetMaxHeight";