Searched refs:newOptions (Results 1 – 8 of 8) sorted by relevance
60 int appWidgetId, Bundle newOptions) { in onAppWidgetOptionsChanged() argument61 super.onAppWidgetOptionsChanged(context, appWidgetManager, appWidgetId, newOptions); in onAppWidgetOptionsChanged()63 mPeopleSpaceWidgetManager.onAppWidgetOptionsChanged(appWidgetId, newOptions); in onAppWidgetOptionsChanged()
794 public void onAppWidgetOptionsChanged(int appWidgetId, Bundle newOptions) { in onAppWidgetOptionsChanged() argument799 PeopleTileKey optionsKey = AppWidgetOptionsHelper.getPeopleTileKeyFromBundle(newOptions); in onAppWidgetOptionsChanged()
354 updateAppWidgetSize(newOptions, minWidth, minHeight, maxWidth, maxHeight, false); in updateAppWidgetSize()372 public void updateAppWidgetSize(@NonNull Bundle newOptions, @NonNull List<SizeF> sizes) { in updateAppWidgetSize() argument401 Bundle options = newOptions.deepCopy(); in updateAppWidgetSize()416 if (newOptions == null) { in updateAppWidgetSize()417 newOptions = new Bundle(); in updateAppWidgetSize()444 newOptions.putInt(AppWidgetManager.OPTION_APPWIDGET_MIN_WIDTH, newMinWidth); in updateAppWidgetSize()445 newOptions.putInt(AppWidgetManager.OPTION_APPWIDGET_MIN_HEIGHT, newMinHeight); in updateAppWidgetSize()446 newOptions.putInt(AppWidgetManager.OPTION_APPWIDGET_MAX_WIDTH, newMaxWidth); in updateAppWidgetSize()447 newOptions.putInt(AppWidgetManager.OPTION_APPWIDGET_MAX_HEIGHT, newMaxHeight); in updateAppWidgetSize()448 newOptions.putParcelableArrayList(AppWidgetManager.OPTION_APPWIDGET_SIZES, in updateAppWidgetSize()[all …]
145 int appWidgetId, Bundle newOptions) { in onAppWidgetOptionsChanged() argument
50 newOptions: Bundle?54 super.onAppWidgetOptionsChanged(context, appWidgetManager, appWidgetId, newOptions)
1093 Bundle newOptions = new Bundle(); in testOnAppWidgetOptionsChangedNoWidgetAdded() local1094 mManager.onAppWidgetOptionsChanged(SECOND_WIDGET_ID_WITH_SHORTCUT, newOptions); in testOnAppWidgetOptionsChangedNoWidgetAdded()1118 Bundle newOptions = new Bundle(); in testOnAppWidgetOptionsChangedWidgetAdded() local1119 newOptions.putString(PeopleSpaceUtils.SHORTCUT_ID, SHORTCUT_ID); in testOnAppWidgetOptionsChangedWidgetAdded()1120 newOptions.putInt(USER_ID, 0); in testOnAppWidgetOptionsChangedWidgetAdded()1121 newOptions.putString(PACKAGE_NAME, TEST_PACKAGE_A); in testOnAppWidgetOptionsChangedWidgetAdded()1123 .thenReturn(newOptions); in testOnAppWidgetOptionsChangedWidgetAdded()1125 mManager.onAppWidgetOptionsChanged(SECOND_WIDGET_ID_WITH_SHORTCUT, newOptions); in testOnAppWidgetOptionsChangedWidgetAdded()
1621 final ActivityOptions newOptions = ActivityOptions.makeBasic(); in testLaunchCookie_newAndExistingTask() local1622 newOptions.setLaunchCookie(newCookie); in testLaunchCookie_newAndExistingTask()1625 .setActivityOptions(newOptions.toBundle()) in testLaunchCookie_newAndExistingTask()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...