Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/custom/
H A DCustomWidgetManager.java50 public class CustomWidgetManager implements PluginListener<CustomWidgetPlugin>, SafeCloseable { class
52 public static final MainThreadInitializedObject<CustomWidgetManager> INSTANCE =
53 new MainThreadInitializedObject<>(CustomWidgetManager::new);
66 private CustomWidgetManager(Context context) { in CustomWidgetManager() method in CustomWidgetManager
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DWidgetManagerHelper.java34 import com.android.launcher3.widget.custom.CustomWidgetManager;
62 return CustomWidgetManager.INSTANCE.get(mContext).getWidgetProvider(appWidgetId); in getLauncherAppWidgetInfo()
128 CustomWidgetManager.INSTANCE.get(context).stream()); in allWidgetsSteam()
H A DLauncherAppWidgetHost.java44 import com.android.launcher3.widget.custom.CustomWidgetManager;
221 CustomWidgetManager.INSTANCE.get(context).onViewCreated(lahv); in createView()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherAppState.java51 import com.android.launcher3.widget.custom.CustomWidgetManager;
105 CustomWidgetManager.INSTANCE.get(mContext) in LauncherAppState()
170 CustomWidgetManager.INSTANCE.get(mContext).setWidgetRefreshCallback(null); in close()
H A DLauncher.java208 import com.android.launcher3.widget.custom.CustomWidgetManager;
1835 appWidgetId = CustomWidgetManager.INSTANCE.get(this).getWidgetIdForCustomProvider( in addAppWidgetFromDrop()
/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/util/
H A DLauncherModelHelper.java70 import com.android.launcher3.widget.custom.CustomWidgetManager;
502 DisplayController.INSTANCE, CustomWidgetManager.INSTANCE, in SanboxModelContext()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/graphics/
H A DLauncherPreviewRenderer.java98 import com.android.launcher3.widget.custom.CustomWidgetManager;
132 CustomWidgetManager.INSTANCE, PluginManagerWrapper.INSTANCE); in PreviewContext()