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

  /packages/apps/Launcher2/src/com/android/launcher2/
AppWidgetResizeFrame.java 20 private ItemInfo mItemInfo;
70 public AppWidgetResizeFrame(Context context, ItemInfo itemInfo,
75 mItemInfo = itemInfo;
DragLayer.java 397 public void addResizeFrame(ItemInfo itemInfo, LauncherAppWidgetHostView widget,
400 itemInfo, widget, cellLayout, this);
AppsCustomizePagedView.java 638 ItemInfo itemInfo = (ItemInfo) d.dragInfo;
640 layout.calculateSpans(itemInfo);
642 !layout.findCellForSpan(null, itemInfo.spanX, itemInfo.spanY);
    [all...]
Launcher.java 192 private ItemInfo mPendingAddInfo = new ItemInfo();
521 if (resultCode == RESULT_OK && mPendingAddInfo.container != ItemInfo.NO_ID) {
711 if (pendingAddContainer != ItemInfo.NO_ID && pendingAddScreen > -1) {
855 info.container = ItemInfo.NO_ID
    [all...]
  /packages/apps/Phone/src/com/android/phone/
SimContacts.java 329 AdapterView.AdapterContextMenuInfo itemInfo =
331 TextView textView = (TextView) itemInfo.targetView.findViewById(android.R.id.text1);

Completed in 240 milliseconds