HomeSort by relevance Sort by last modified time
    Searched defs:itemInfo (Results 1 - 19 of 19) 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/quickstep/src/com/android/quickstep/
TaskUtils.java 37 import com.android.launcher3.ItemInfo;
98 if (v.getTag() instanceof ItemInfo) {
99 ItemInfo itemInfo = (ItemInfo) v.getTag();
100 ComponentName componentName = itemInfo.getTargetComponent();
101 int userId = itemInfo.user.getIdentifier();
  /packages/experimental/TestBack/src/foo/bar/testback/
TestBackService.java 75 AccessibilityNodeInfo.CollectionItemInfo itemInfo = source.getCollectionItemInfo();
76 if (itemInfo == null) {
81 mRowIndexOfA11yFocus = itemInfo.getRowIndex();
82 mColIndexOfA11yFocus = itemInfo.getColumnIndex();
  /packages/apps/Launcher3/src/com/android/launcher3/
FocusHelper.java 224 final ItemInfo itemInfo = (ItemInfo) v.getTag();
341 final ItemInfo itemInfo = (ItemInfo) v.getTag();
  /packages/apps/Launcher3/src/com/android/launcher3/model/
AddWorkspaceItemsTask.java 27 import com.android.launcher3.ItemInfo;
45 private final List<Pair<ItemInfo, Object>> mItemList;
50 public AddWorkspaceItemsTask(List<Pair<ItemInfo, Object>> itemList) {
61 final ArrayList<ItemInfo> addedItemsFinal = new ArrayList<>();
70 List<ItemInfo> filteredItems = new ArrayList<>();
71 for (Pair<ItemInfo, Object> entry : mItemList) {
72 ItemInfo item = entry.first;
91 for (ItemInfo item : filteredItems) {
98 ItemInfo itemInfo;
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/logging/
UserEventDispatcher.java 42 import com.android.launcher3.ItemInfo;
112 void fillInLogContainerData(View v, ItemInfo info, Target target, Target targetParent);
163 if (v == null || !(v.getTag() instanceof ItemInfo) || provider == null) {
166 ItemInfo itemInfo = (ItemInfo) v.getTag();
167 provider.fillInLogContainerData(v, itemInfo, event.srcTarget[0], event.srcTarget[1]);
370 if (icon == null || !(icon.getTag() instanceof ItemInfo)) {
373 ItemInfo info = (ItemInfo) icon.getTag()
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/popup/
PopupContainerWithArrow.java 49 import com.android.launcher3.ItemInfo;
177 ItemInfo itemInfo = (ItemInfo) icon.getTag();
178 if (!DeepShortcutManager.supportsShortcuts(itemInfo)) {
183 List<String> shortcutIds = popupDataProvider.getShortcutIdsForItem(itemInfo);
185 .getNotificationKeysForItem(itemInfo);
187 .getEnabledSystemShortcutsForItem(itemInfo);
265 ItemInfo originalItemInfo = (ItemInfo) originalIcon.getTag()
    [all...]
  /packages/services/Telephony/src/com/android/phone/
SimContacts.java 346 AdapterView.AdapterContextMenuInfo itemInfo =
348 TextView textView = (TextView) itemInfo.targetView.findViewById(android.R.id.text1);
  /packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
TaskView.java 324 final AccessibilityNodeInfo.CollectionItemInfo itemInfo =
328 info.setCollectionItemInfo(itemInfo);
  /frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
GridLayoutManagerTest.java     [all...]
  /packages/apps/Settings/src/com/android/settings/location/
SettingsInjector.java 309 final PackageItemInfo itemInfo = new PackageItemInfo();
310 itemInfo.icon = info.iconId;
311 itemInfo.packageName = info.packageName;
315 .getBadgedIcon(itemInfo, appInfo, info.mUserHandle.getIdentifier());
  /frameworks/av/media/extractors/mp4/
ItemTable.cpp 1016 // ItemInfo related boxes
1018 struct ItemInfo {
1028 status_t parse(off64_t offset, size_t size, ItemInfo *itemInfo);
1058 status_t InfeBox::parse(off64_t offset, size_t size, ItemInfo *itemInfo) {
1088 itemInfo->itemId = item_id;
1089 itemInfo->itemType = item_type;
1092 itemInfo->hidden = (flags() & 1);
1130 IinfBox(DataSourceBase *source, Vector<ItemInfo> *itemInfos)
    [all...]
  /frameworks/base/core/java/android/widget/
GridView.java     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizePagedView.java     [all...]
  /frameworks/base/core/java/com/android/internal/widget/
RecyclerView.java     [all...]
  /frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
RecyclerView.java     [all...]
  /cts/tests/libcore/javautilcollections/libs/
guava-testlib-20.0.jar 
  /external/guice/lib/build/
guava-testlib-16.0.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
framework-3.4.2.jar 

Completed in 277 milliseconds