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

  /packages/apps/Phone/src/com/android/phone/
SimContacts.java 329 AdapterView.AdapterContextMenuInfo itemInfo =
331 TextView textView = (TextView) itemInfo.targetView.findViewById(android.R.id.text1);
  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizePagedView.java     [all...]
DragLayer.java 440 public void addResizeFrame(ItemInfo itemInfo, LauncherAppWidgetHostView widget,
Launcher.java 224 private ItemInfo mPendingAddInfo = new ItemInfo();
660 if (resultCode == RESULT_OK && mPendingAddInfo.container != ItemInfo.NO_ID) {
    [all...]
Workspace.java 357 ItemInfo itemInfo, boolean springLoaded) {
361 Rect r = estimateItemPosition(cl, itemInfo, 0, 0, hSpan, vSpan);
375 public Rect estimateItemPosition(CellLayout cl, ItemInfo pendingInfo,
    [all...]

Completed in 197 milliseconds