Searched defs:mItemPosition (Results 1 - 2 of 2) sorted by relevance

/frameworks/ex/photoviewer/src/com/android/ex/photo/adapters/
H A DBaseCursorPagerAdapter.java45 private SparseIntArray mItemPosition; field in class:BaseCursorPagerAdapter
118 if (rowId == null || mItemPosition == null) {
122 final int position = mItemPosition.get(rowId, POSITION_NONE);
241 * Sets the {@link #mItemPosition} instance variable with the current mapping of
246 mItemPosition = null;
259 mItemPosition = itemPosition;
/frameworks/opt/photoviewer/src/com/android/ex/photo/adapters/
H A DBaseCursorPagerAdapter.java44 protected SparseIntArray mItemPosition; field in class:BaseCursorPagerAdapter
119 if (rowId == null || mItemPosition == null) {
123 final int position = mItemPosition.get(rowId, POSITION_NONE);
239 * Sets the {@link #mItemPosition} instance variable with the current mapping of
244 mItemPosition = null;
257 mItemPosition = itemPosition;

Completed in 112 milliseconds