Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/appwidget/
H A DAppWidgetHostView.java398 AppWidgetManager.OPTION_APPWIDGET_SIZES))) { in updateAppWidgetSize()
406 options.putParcelableArrayList(AppWidgetManager.OPTION_APPWIDGET_SIZES, paddedSizes); in updateAppWidgetSize()
448 newOptions.putParcelableArrayList(AppWidgetManager.OPTION_APPWIDGET_SIZES, in updateAppWidgetSize()
H A DAppWidgetManager.java237 public static final String OPTION_APPWIDGET_SIZES = "appWidgetSizes"; field in AppWidgetManager
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
H A DPeopleTileViewHelper.java32 import static android.appwidget.AppWidgetManager.OPTION_APPWIDGET_SIZES;
226 List<SizeF> widgetSizes = options.getParcelableArrayList(OPTION_APPWIDGET_SIZES); in getWidgetSizes()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt9372 field public static final String OPTION_APPWIDGET_SIZES = "appWidgetSizes";