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

  /packages/services/Telephony/src/com/android/phone/
SimContacts.java 331 AdapterView.AdapterContextMenuInfo itemInfo =
333 TextView textView = (TextView) itemInfo.targetView.findViewById(android.R.id.text1);
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
GridLayoutManagerTest.java 159 AccessibilityNodeInfoCompat.CollectionItemInfoCompat itemInfo = info
161 assertNotNull(itemInfo);
164 orientation == HORIZONTAL ? itemInfo.getColumnIndex() : itemInfo.getRowIndex());
167 orientation == HORIZONTAL ? itemInfo.getRowIndex() : itemInfo.getColumnIndex());
170 orientation == HORIZONTAL ? itemInfo.getRowSpan() : itemInfo.getColumnSpan());
  /frameworks/base/core/java/android/widget/
GridView.java     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizePagedView.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
AppsCustomizePagedView.java 789 ItemInfo itemInfo = (ItemInfo) d.dragInfo;
791 layout.calculateSpans(itemInfo);
793 !layout.findCellForSpan(null, itemInfo.spanX, itemInfo.spanY);
    [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 525 milliseconds