Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/appwidget/
DAppWidgetHostView.java414 AppWidgetManager.OPTION_APPWIDGET_SIZES))) { in updateAppWidgetSize()
422 options.putParcelableArrayList(AppWidgetManager.OPTION_APPWIDGET_SIZES, paddedSizes); in updateAppWidgetSize()
464 newOptions.putParcelableArrayList(AppWidgetManager.OPTION_APPWIDGET_SIZES, in updateAppWidgetSize()
DAppWidgetManager.java242 public static final String OPTION_APPWIDGET_SIZES = "appWidgetSizes"; field in AppWidgetManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
DPeopleTileViewHelper.java32 import static android.appwidget.AppWidgetManager.OPTION_APPWIDGET_SIZES;
232 List<SizeF> widgetSizes = options.getParcelableArrayList(OPTION_APPWIDGET_SIZES); in getWidgetSizes()
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
DAppWidgetServiceImpl.java2915 AppWidgetManager.OPTION_APPWIDGET_SIZES, SizeF.class); in serializeAppWidget()
2953 options.putParcelableArrayList(AppWidgetManager.OPTION_APPWIDGET_SIZES, sizes); in parseWidgetIdOptions()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt9639 field public static final String OPTION_APPWIDGET_SIZES = "appWidgetSizes";