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/logging/
UserEventDispatcher.java 27 import com.android.launcher3.ItemInfo;
67 void fillInLaunchSourceData(View v, ItemInfo info, Target target, Target targetParent);
127 if (v == null || !(v.getTag() instanceof ItemInfo) || provider == null) {
130 ItemInfo itemInfo = (ItemInfo) v.getTag();
131 provider.fillInLaunchSourceData(v, itemInfo, event.srcTarget[idx], event.srcTarget[idx + 1]);
140 new ComponentKey(cn, itemInfo.user));
180 if (icon == null && !(icon.getTag() instanceof ItemInfo)) {
183 ItemInfo info = (ItemInfo) icon.getTag()
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
FocusHelper.java 221 final ItemInfo itemInfo = (ItemInfo) v.getTag();
255 if (UninstallDropTarget.supportsDrop(launcher, itemInfo)) {
256 UninstallDropTarget.startUninstallActivity(launcher, itemInfo);
260 launcher.removeItem(v, itemInfo, true /* deleteFromDb */);
360 final ItemInfo itemInfo = (ItemInfo) v.getTag();
379 if (UninstallDropTarget.supportsDrop(launcher, itemInfo)) {
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/widget/
WidgetsContainerView.java 39 import com.android.launcher3.ItemInfo;
319 ItemInfo itemInfo = d.dragInfo;
322 !layout.findCellForSpan(null, itemInfo.spanX, itemInfo.spanY);
358 public void fillInLaunchSourceData(View v, ItemInfo info, Target target, Target targetParent) {
  /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 316 AccessibilityNodeInfoCompat.CollectionItemInfoCompat itemInfo = info
318 assertNotNull(itemInfo);
321 orientation == HORIZONTAL ? itemInfo.getColumnIndex() : itemInfo.getRowIndex());
324 orientation == HORIZONTAL ? itemInfo.getRowIndex() : itemInfo.getColumnIndex());
327 orientation == HORIZONTAL ? itemInfo.getRowSpan() : itemInfo.getColumnSpan());
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/allapps/
AllAppsContainerView.java 46 import com.android.launcher3.ItemInfo;
626 ItemInfo itemInfo = d.dragInfo;
629 !layout.findCellForSpan(null, itemInfo.spanX, itemInfo.spanY);
735 public void fillInLaunchSourceData(View v, ItemInfo info, Target target, Target targetParent) {
  /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 1313 milliseconds