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

  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
GridLayoutManagerTest.java 114 AccessibilityNodeInfoCompat.CollectionItemInfoCompat itemInfo = info
116 assertNotNull(itemInfo);
119 orientation == HORIZONTAL ? itemInfo.getColumnIndex() : itemInfo.getRowIndex());
122 orientation == HORIZONTAL ? itemInfo.getRowIndex() : itemInfo.getColumnIndex());
125 orientation == HORIZONTAL ? itemInfo.getRowSpan() : itemInfo.getColumnSpan());
  /external/lzma/CPP/7zip/Archive/7z/
7zOut.h 76 HRESULT WriteFileHeader(const CFileItem &itemInfo);
7zIn.h 170 void GetNextFolderItem(CFolder &itemInfo);
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/
search_box.js 103 if (event.target.itemInfo)
104 this.selectedItem = event.target.itemInfo;
117 li.itemInfo = item;
  /frameworks/base/core/java/android/app/
ApplicationPackageManager.java     [all...]
  /packages/services/Telephony/src/com/android/phone/
SimContacts.java 322 AdapterView.AdapterContextMenuInfo itemInfo =
324 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 226 private ItemInfo mPendingAddInfo = new ItemInfo();
674 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...]
  /packages/apps/Launcher3/src/com/android/launcher3/
AppsCustomizePagedView.java 792 ItemInfo itemInfo = (ItemInfo) d.dragInfo;
794 layout.calculateSpans(itemInfo);
796 !layout.findCellForSpan(null, itemInfo.spanX, itemInfo.spanY);
    [all...]
DragLayer.java 513 public void addResizeFrame(ItemInfo itemInfo, LauncherAppWidgetHostView widget,
    [all...]
Launcher.java 267 private ItemInfo mPendingAddInfo = new ItemInfo();
710 public int getViewIdForItem(ItemInfo info) {
    [all...]
Workspace.java 370 ItemInfo itemInfo, boolean springLoaded) {
375 Rect r = estimateItemPosition(cl, itemInfo, 0, 0, hSpan, vSpan);
390 public Rect estimateItemPosition(CellLayout cl, ItemInfo pendingInfo,
    [all...]
  /frameworks/base/test-runner/src/android/test/mock/
MockPackageManager.java 793 public Drawable loadItemIcon(PackageItemInfo itemInfo, ApplicationInfo appInfo) {
  /frameworks/base/core/java/android/widget/
GridView.java     [all...]
ListView.java     [all...]
  /frameworks/base/core/java/android/content/pm/
PackageManager.java     [all...]
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
RecyclerView.java     [all...]
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 

Completed in 880 milliseconds