Searched refs:boundWidget (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/widget/ |
D | WidgetHostViewLoader.java | 66 if (mInfo.boundWidget != null) { in onDragEnd() 70 mLauncher.getDragLayer().removeView(mInfo.boundWidget); in onDragEnd() 71 mLauncher.getAppWidgetHolder().deleteAppWidgetId(mInfo.boundWidget.getAppWidgetId()); in onDragEnd() 72 mInfo.boundWidget = null; in onDragEnd() 120 mInfo.boundWidget = hostView; in preloadWidget()
|
D | PendingAddWidgetInfo.java | 42 public AppWidgetHostView boundWidget; field in PendingAddWidgetInfo
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | Launcher.java | 1046 AppWidgetHostView boundWidget = null; 1058 boundWidget = layout; 1072 animationType, boundWidget, true); 1852 void addAppWidgetFromDropImpl(int appWidgetId, ItemInfo info, AppWidgetHostView boundWidget, 1857 addAppWidgetImpl(appWidgetId, info, boundWidget, addFlowHandler, 0); 1866 AppWidgetHostView boundWidget, WidgetAddFlowHandler addFlowHandler, int delay) { 1891 completeAddAppWidget(appWidgetId, info, boundWidget, 1936 AppWidgetHostView hostView = info.boundWidget; 1950 info.boundWidget = null;
|
D | Workspace.java | 2854 ((PendingAddWidgetInfo) pendingInfo).boundWidget : null;
|