Searched refs:widgetManager (Results 1 – 7 of 7) sorted by relevance
114 AppWidgetManager widgetManager = AppWidgetManager.getInstance(context); in updateWidgetSizeRangesAsync() local118 widgetManager.getAppWidgetOptions(widgetId).<SizeF>getParcelableArrayList( in updateWidgetSizeRangesAsync()122 widgetManager.updateAppWidgetOptions(widgetId, sizeOptions); in updateWidgetSizeRangesAsync()
31 val widgetManager: AppWidgetManager = in getScaleRatio() constant34 options = widgetManager.getAppWidgetOptions(id) in getScaleRatio()
169 WidgetManagerHelper widgetManager = new WidgetManagerHelper(context); in update() local170 for (AppWidgetProviderInfo widgetInfo : widgetManager.getAllProviders(packageUser)) { in update()176 widgetManager)); in update()239 WidgetManagerHelper widgetManager = new WidgetManagerHelper(app.getContext()); in onPackageIconsUpdated() local253 app.getContext(), widgetManager)); in onPackageIconsUpdated()
544 val widgetManager: AppWidgetManager = AppWidgetManager.getInstance(mContext) in onLoadComplete() constant545 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()
207 AppWidgetManager widgetManager = AppWidgetManager.getInstance(context); in createQsb() local210 AppWidgetProviderInfo widgetInfo = widgetManager.getAppWidgetInfo(widgetId); in createQsb()222 isWidgetBound = widgetManager.bindAppWidgetIdIfAllowed( in createQsb()
146 WidgetManagerHelper widgetManager = new WidgetManagerHelper(mContext); in generateWidgetItems() local154 mTestProfile, mIconCache, mContext, widgetManager)); in generateWidgetItems()
479 fun isWidgetClickable(widgetManager: AppWidgetManager, widgetId: Int): Boolean { in isWidgetClickable()480 val wo = widgetManager.getAppWidgetOptions(widgetId) in isWidgetClickable()