Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
H A DPeopleSpaceWidgetProvider.java60 int appWidgetId, Bundle newOptions) { in onAppWidgetOptionsChanged() argument
61 super.onAppWidgetOptionsChanged(context, appWidgetManager, appWidgetId, newOptions); in onAppWidgetOptionsChanged()
63 mPeopleSpaceWidgetManager.onAppWidgetOptionsChanged(appWidgetId, newOptions); in onAppWidgetOptionsChanged()
H A DPeopleSpaceWidgetManager.java793 public void onAppWidgetOptionsChanged(int appWidgetId, Bundle newOptions) { in onAppWidgetOptionsChanged() argument
798 PeopleTileKey optionsKey = AppWidgetOptionsHelper.getPeopleTileKeyFromBundle(newOptions); in onAppWidgetOptionsChanged()
/aosp12/frameworks/base/core/java/android/appwidget/
H A DAppWidgetHostView.java347 updateAppWidgetSize(newOptions, minWidth, minHeight, maxWidth, maxHeight, false); in updateAppWidgetSize()
365 public void updateAppWidgetSize(@NonNull Bundle newOptions, @NonNull List<SizeF> sizes) { in updateAppWidgetSize() argument
394 Bundle options = newOptions.deepCopy(); in updateAppWidgetSize()
409 if (newOptions == null) { in updateAppWidgetSize()
410 newOptions = new Bundle(); in updateAppWidgetSize()
437 newOptions.putInt(AppWidgetManager.OPTION_APPWIDGET_MIN_WIDTH, newMinWidth); in updateAppWidgetSize()
438 newOptions.putInt(AppWidgetManager.OPTION_APPWIDGET_MIN_HEIGHT, newMinHeight); in updateAppWidgetSize()
439 newOptions.putInt(AppWidgetManager.OPTION_APPWIDGET_MAX_WIDTH, newMaxWidth); in updateAppWidgetSize()
440 newOptions.putInt(AppWidgetManager.OPTION_APPWIDGET_MAX_HEIGHT, newMaxHeight); in updateAppWidgetSize()
441 newOptions.putParcelableArrayList(AppWidgetManager.OPTION_APPWIDGET_SIZES, in updateAppWidgetSize()
[all …]
H A DAppWidgetProvider.java139 int appWidgetId, Bundle newOptions) { in onAppWidgetOptionsChanged() argument
/aosp12/packages/apps/Messaging/src/com/android/messaging/widget/
H A DBaseWidgetProvider.java159 int appWidgetId, Bundle newOptions) { in onAppWidgetOptionsChanged() argument
168 super.onAppWidgetOptionsChanged(context, appWidgetManager, appWidgetId, newOptions); in onAppWidgetOptionsChanged()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DPendingAppWidgetHostView.java110 public void updateAppWidgetSize(Bundle newOptions, int minWidth, int minHeight, int maxWidth, in updateAppWidgetSize() argument
116 public void updateAppWidgetSize(Bundle newOptions, List<SizeF> sizes) { in updateAppWidgetSize() argument
/aosp12/frameworks/base/packages/EasterEgg/src/com/android/egg/widget/
H A DPaintChipsWidget.kt50 newOptions: Bundle?
54 super.onAppWidgetOptionsChanged(context, appWidgetManager, appWidgetId, newOptions)
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/
H A DPeopleSpaceWidgetManagerTest.java1075 Bundle newOptions = new Bundle(); in testOnAppWidgetOptionsChangedNoWidgetAdded() local
1076 mManager.onAppWidgetOptionsChanged(SECOND_WIDGET_ID_WITH_SHORTCUT, newOptions); in testOnAppWidgetOptionsChangedNoWidgetAdded()
1100 Bundle newOptions = new Bundle(); in testOnAppWidgetOptionsChangedWidgetAdded() local
1101 newOptions.putString(PeopleSpaceUtils.SHORTCUT_ID, SHORTCUT_ID); in testOnAppWidgetOptionsChangedWidgetAdded()
1102 newOptions.putInt(USER_ID, 0); in testOnAppWidgetOptionsChangedWidgetAdded()
1103 newOptions.putString(PACKAGE_NAME, TEST_PACKAGE_A); in testOnAppWidgetOptionsChangedWidgetAdded()
1105 .thenReturn(newOptions); in testOnAppWidgetOptionsChangedWidgetAdded()
1107 mManager.onAppWidgetOptionsChanged(SECOND_WIDGET_ID_WITH_SHORTCUT, newOptions); in testOnAppWidgetOptionsChangedWidgetAdded()
/aosp12/system/incremental_delivery/incfs/include/
H A Dincfs_inline.h149 inline ErrorCode setOptions(const Control& control, MountOptions newOptions) { in setOptions() argument
150 return IncFs_SetOptions(control, newOptions); in setOptions()
H A Dincfs.h217 ErrorCode setOptions(const Control& control, MountOptions newOptions);
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DActivityStarterTests.java1201 final ActivityOptions newOptions = ActivityOptions.makeBasic(); in testLaunchCookie_newAndExistingTask() local
1202 newOptions.setLaunchCookie(newCookie); in testLaunchCookie_newAndExistingTask()
1205 .setActivityOptions(newOptions.toBundle()) in testLaunchCookie_newAndExistingTask()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncher.java2510 Bundle newOptions = item.bindOptions.getExtras(); in inflateAppWidget() local
2512 newOptions.putAll(options); in inflateAppWidget()
2514 options = newOptions; in inflateAppWidget()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...