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

  /development/samples/Support7Demos/src/com/example/android/supportv7/util/
SortedListActivity.java 126 mBoundItem.mIsDone = isDone;
145 Item mBoundItem;
152 if (mBoundItem != null && isChecked != mBoundItem.mIsDone) {
160 mBoundItem = item;
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
LinearLayoutManagerPrepareForDropTest.java 109 final int itemRand = holder.mBoundItem.mText.hashCode() % base;
113 final int itemRand = holder.mBoundItem.mText.hashCode() % base;
BaseRecyclerViewInstrumentationTest.java 509 Item mBoundItem;
518 return super.toString() + " item:" + mBoundItem;
589 Item item = ((TestViewHolder) lp.mViewHolder).mBoundItem;
764 holder.mBoundItem = item;
781 assertSame(log, holder.mBoundItem, mItems.get(adapterPosition));
    [all...]
BaseLinearLayoutManagerTest.java 522 items.put(vh.mBoundItem, childBounds);
BaseRecyclerViewAnimationsTest.java 396 log.append(tvh.mBoundItem).append(vh)
BaseWrapContentTest.java 475 return ((TestViewHolder) vh).mBoundItem.mId;
RecyclerViewFocusRecoveryTest.java 549 mBoundItem = item;
BaseStaggeredGridLayoutManagerTest.java 670 items.put(vh.mBoundItem, getViewBounds(child));
    [all...]
RecyclerViewLayoutTest.java     [all...]
StaggeredGridLayoutManagerBaseConfigSetTest.java 573 vh.mBoundItem.mAdapterIndex);
    [all...]
StaggeredGridLayoutManagerTest.java 280 holder.mBoundItem = item;
    [all...]
RecyclerViewAnimationsTest.java 460 target.mBoundItem.mType += 2;
    [all...]

Completed in 473 milliseconds