Home
last modified time | relevance | path

Searched defs:createWidgetInfo (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/util/
H A DWidgetUtils.java51 public static LauncherAppWidgetInfo createWidgetInfo( in createWidgetInfo() method in WidgetUtils
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DPendingItemDragHelper.java117 PendingAddWidgetInfo createWidgetInfo = (PendingAddWidgetInfo) mAddInfo; in startDrag() local