/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/ |
H A D | PeopleSpaceWidgetProvider.java | 60 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 D | PeopleSpaceWidgetManager.java | 793 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 D | AppWidgetHostView.java | 347 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 D | AppWidgetProvider.java | 139 int appWidgetId, Bundle newOptions) { in onAppWidgetOptionsChanged() argument
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/widget/ |
H A D | BaseWidgetProvider.java | 159 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 D | PendingAppWidgetHostView.java | 110 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 D | PaintChipsWidget.kt | 50 newOptions: Bundle? 54 super.onAppWidgetOptionsChanged(context, appWidgetManager, appWidgetId, newOptions)
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/ |
H A D | PeopleSpaceWidgetManagerTest.java | 1075 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 D | incfs_inline.h | 149 inline ErrorCode setOptions(const Control& control, MountOptions newOptions) { in setOptions() argument 150 return IncFs_SetOptions(control, newOptions); in setOptions()
|
H A D | incfs.h | 217 ErrorCode setOptions(const Control& control, MountOptions newOptions);
|
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | ActivityStarterTests.java | 1201 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 D | Launcher.java | 2510 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 D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |