Searched refs:itemInfo (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DAppWidgetResizeFrame.java70 public AppWidgetResizeFrame(Context context, ItemInfo itemInfo, argument
75 mItemInfo = itemInfo;
H A DDragLayer.java397 public void addResizeFrame(ItemInfo itemInfo, LauncherAppWidgetHostView widget, argument
400 itemInfo, widget, cellLayout, this);
H A DAppsCustomizePagedView.java638 ItemInfo itemInfo = (ItemInfo) d.dragInfo;
640 layout.calculateSpans(itemInfo);
642 !layout.findCellForSpan(null, itemInfo.spanX, itemInfo.spanY);
H A DLauncher.java2568 void addExternalItemToScreen(ItemInfo itemInfo, final CellLayout layout) { argument
2569 if (!mWorkspace.addExternalItemToScreen(itemInfo, layout)) {
/packages/apps/Phone/src/com/android/phone/
H A DSimContacts.java329 AdapterView.AdapterContextMenuInfo itemInfo =
331 TextView textView = (TextView) itemInfo.targetView.findViewById(android.R.id.text1);

Completed in 82 milliseconds