Home
last modified time | relevance | path

Searched refs:boundWidget (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
DPendingAddItemInfo.java57 AppWidgetHostView boundWidget; field in PendingAddWidgetInfo
89 boundWidget = copy.boundWidget; in PendingAddWidgetInfo()
DLauncher.java635 AppWidgetHostView boundWidget = null; in completeTwoStageWidgetDrop() local
640 boundWidget = layout; in completeTwoStageWidgetDrop()
663 animationType, boundWidget, true); in completeTwoStageWidgetDrop()
1577 void addAppWidgetImpl(final int appWidgetId, ItemInfo info, AppWidgetHostView boundWidget, in addAppWidgetImpl() argument
1589 completeAddAppWidget(appWidgetId, info.container, info.screen, boundWidget, in addAppWidgetImpl()
1647 AppWidgetHostView hostView = info.boundWidget; in addAppWidgetFromDrop()
DAppsCustomizePagedView.java659 info.boundWidget = hostView; in preloadWidget()
715 AppWidgetHostView widget = info.boundWidget; in cleanupWidgetPreloading()
DWorkspace.java3065 ? ((PendingAddWidgetInfo) pendingInfo).boundWidget : null;