Home
last modified time | relevance | path

Searched refs:slotBegin (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DSlotView.java123 int slotBegin = WIDE ? rect.left : rect.top; in makeSlotVisible() local
127 if (visibleLength < slotEnd - slotBegin) { in makeSlotVisible()
129 } else if (slotBegin < visibleBegin) { in makeSlotVisible()
130 position = slotBegin; in makeSlotVisible()
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DBlobCache.java553 int slotBegin = slot; in lookupInternal() local
569 if (slot == slotBegin) { in lookupInternal()