Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DSlotView.java125 int slotEnd = WIDE ? rect.right : rect.bottom; in makeSlotVisible() local
128 if (visibleLength < slotEnd - slotBegin) { in makeSlotVisible()
132 } else if (slotEnd > visibleEnd) { in makeSlotVisible()
133 position = slotEnd - visibleLength; in makeSlotVisible()