HomeSort by relevance Sort by last modified time
    Searched refs:boundWidget (Results 1 - 8 of 8) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
PendingAddItemInfo.java 52 AppWidgetHostView boundWidget;
73 boundWidget = copy.boundWidget;
Launcher.java 726 AppWidgetHostView boundWidget = null;
731 boundWidget = layout;
755 animationType, boundWidget, true);
    [all...]
AppsCustomizePagedView.java 616 info.boundWidget = hostView;
672 AppWidgetHostView widget = info.boundWidget;
    [all...]
Workspace.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/widget/
WidgetHostViewLoader.java 63 if (mInfo.boundWidget != null) {
64 mLauncher.getDragLayer().removeView(mInfo.boundWidget);
65 mLauncher.getAppWidgetHost().deleteAppWidgetId(mInfo.boundWidget.getAppWidgetId());
66 mInfo.boundWidget = null;
108 mInfo.boundWidget = hostView;
PendingAddWidgetInfo.java 41 public AppWidgetHostView boundWidget;
  /packages/apps/Launcher3/src/com/android/launcher3/
Launcher.java     [all...]
Workspace.java     [all...]

Completed in 341 milliseconds