Home
last modified time | relevance | path

Searched refs:widgetManager (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/widget/util/
DWidgetSizes.java114 AppWidgetManager widgetManager = AppWidgetManager.getInstance(context); in updateWidgetSizeRangesAsync() local
118 widgetManager.getAppWidgetOptions(widgetId).<SizeF>getParcelableArrayList( in updateWidgetSizeRangesAsync()
122 widgetManager.updateAppWidgetOptions(widgetId, sizeOptions); in updateWidgetSizeRangesAsync()
/packages/apps/DeskClock/src/com/android/alarmclock/
DWidgetUtils.kt31 val widgetManager: AppWidgetManager = in getScaleRatio() constant
34 options = widgetManager.getAppWidgetOptions(id) in getScaleRatio()
/packages/apps/Launcher3/src/com/android/launcher3/model/
DWidgetsModel.java169 WidgetManagerHelper widgetManager = new WidgetManagerHelper(context); in update() local
170 for (AppWidgetProviderInfo widgetInfo : widgetManager.getAllProviders(packageUser)) { in update()
176 widgetManager)); in update()
239 WidgetManagerHelper widgetManager = new WidgetManagerHelper(app.getContext()); in onPackageIconsUpdated() local
253 app.getContext(), widgetManager)); in onPackageIconsUpdated()
/packages/apps/Calendar/src/com/android/calendar/widget/
DCalendarAppWidgetService.kt544 val widgetManager: AppWidgetManager = AppWidgetManager.getInstance(mContext) in onLoadComplete() constant
545 if (widgetManager == null) { in onLoadComplete()
549 val ids: IntArray = widgetManager.getAppWidgetIds( in onLoadComplete()
553 widgetManager.notifyAppWidgetViewDataChanged(ids, R.id.events_list) in onLoadComplete()
555 widgetManager.notifyAppWidgetViewDataChanged(mAppWidgetId, R.id.events_list) in onLoadComplete()
/packages/apps/Launcher3/src/com/android/launcher3/qsb/
DQsbContainerView.java207 AppWidgetManager widgetManager = AppWidgetManager.getInstance(context); in createQsb() local
210 AppWidgetProviderInfo widgetInfo = widgetManager.getAppWidgetInfo(widgetId); in createQsb()
222 isWidgetBound = widgetManager.bindAppWidgetIdIfAllowed( in createQsb()
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/widget/picker/
DWidgetsListTableViewHolderBinderTest.java146 WidgetManagerHelper widgetManager = new WidgetManagerHelper(mContext); in generateWidgetItems() local
154 mTestProfile, mIconCache, mContext, widgetManager)); in generateWidgetItems()
/packages/apps/DeskClock/src/com/android/deskclock/
DUtils.kt479 fun isWidgetClickable(widgetManager: AppWidgetManager, widgetId: Int): Boolean { in isWidgetClickable()
480 val wo = widgetManager.getAppWidgetOptions(widgetId) in isWidgetClickable()