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

  /external/guava/guava-testlib/src/com/google/common/testing/
RelationshipTester.java 98 Item<T> itemInfo = getItem(groupNumber, itemNumber);
101 T item = itemInfo.value;
103 assertWithTemplate("$ITEM must be $RELATIONSHIP to $OTHER", itemInfo, relatedInfo,
109 + relatedHash + ") of $OTHER", itemInfo, relatedInfo, itemHash == relatedHash);
114 Item<T> itemInfo = getItem(groupNumber, itemNumber);
117 assertWithTemplate("$ITEM must not be $RELATIONSHIP to $OTHER", itemInfo, unrelatedInfo,
118 !equivalence.equivalent(itemInfo.value, unrelatedInfo.value));
  /packages/apps/Launcher3/src/com/android/launcher3/
FocusHelper.java 218 final ItemInfo itemInfo = (ItemInfo) v.getTag();
254 if (UninstallDropTarget.supportsDrop(launcher, itemInfo)) {
255 UninstallDropTarget.startUninstallActivity(launcher, itemInfo);
259 launcher.removeItem(v, itemInfo, true /* deleteFromDb */);
359 final ItemInfo itemInfo = (ItemInfo) v.getTag();
380 if (UninstallDropTarget.supportsDrop(launcher, itemInfo)) {
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/widget/
WidgetsContainerView.java 39 import com.android.launcher3.ItemInfo;
297 ItemInfo itemInfo = (ItemInfo) d.dragInfo;
300 !layout.findCellForSpan(null, itemInfo.spanX, itemInfo.spanY);
  /packages/services/Telephony/src/com/android/phone/
SimContacts.java 346 AdapterView.AdapterContextMenuInfo itemInfo =
348 TextView textView = (TextView) itemInfo.targetView.findViewById(android.R.id.text1);
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
GridLayoutManagerTest.java 311 AccessibilityNodeInfoCompat.CollectionItemInfoCompat itemInfo = info
313 assertNotNull(itemInfo);
316 orientation == HORIZONTAL ? itemInfo.getColumnIndex() : itemInfo.getRowIndex());
319 orientation == HORIZONTAL ? itemInfo.getRowIndex() : itemInfo.getColumnIndex());
322 orientation == HORIZONTAL ? itemInfo.getRowSpan() : itemInfo.getColumnSpan());
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/allapps/
AllAppsContainerView.java 44 import com.android.launcher3.ItemInfo;
504 ItemInfo itemInfo = (ItemInfo) d.dragInfo;
507 !layout.findCellForSpan(null, itemInfo.spanX, itemInfo.spanY);
AllAppsGridAdapter.java 126 CollectionItemInfoCompat itemInfo = info.getCollectionItemInfo();
127 if (itemInfo != null) {
129 itemInfo.getRowIndex() - getEmptyRowForAccessibility(viewType),
130 itemInfo.getRowSpan(),
131 itemInfo.getColumnIndex(),
132 itemInfo.getColumnSpan(),
133 itemInfo.isHeading(),
134 itemInfo.isSelected());
  /frameworks/base/core/java/android/widget/
GridView.java     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizePagedView.java     [all...]
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
RecyclerView.java     [all...]
  /external/guice/lib/build/
guava-testlib-16.0.1.jar 
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 

Completed in 219 milliseconds