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

  /packages/apps/Gallery3D/src/com/cooliris/media/
DisplayItem.java 45 public final MediaItem mItemRef;
60 mItemRef = item;
129 if (mItemRef.mId != Shared.INVALID) {
130 texture = new MediaItemTexture(context, config, mItemRef);
140 MediaSet parentMediaSet = mItemRef.mParentMediaSet;
142 if (mItemRef.mId != Shared.INVALID && mItemRef.mId != 0) {
143 texture = new MediaItemTexture(context, null, mItemRef);
144 } else if (mItemRef.mContentUri != null) {
145 texture = new UriTexture(mItemRef.mContentUri)
    [all...]
GridDrawManager.java 203 final MediaSet parentSet = displayItem.mItemRef.mParentMediaSet;
322 if (centerDisplayItem == null || centerDisplayItem.mItemRef.mId == Shared.INVALID) {
347 MediaItem item = displayItem.mItemRef;
532 boolean displayItemPresentInSelectedItems = selectedBucketList.find(itemDrawn.mItemRef);
533 boolean displayItemPresentInMarkedItems = markedBucketList.find(itemDrawn.mItemRef);
    [all...]
DisplayList.java 141 displayMap.put(displayItem.mItemRef, displayItem);
GridInputProcessor.java 102 item = displayItem.mItemRef;
384 layer.getHud().setTimeBarTime(item.mItemRef.mDateTakenInMs);
604 final MediaItem item = displayItem.mItemRef;
658 final MediaItem item = displayItem.mItemRef;
    [all...]
GridLayer.java 542 mHud.getTimeBar().setItem(anchorDisplayItem.mItemRef);
    [all...]

Completed in 359 milliseconds