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.java124 int slotEnd = WIDE ? rect.right : rect.bottom; in makeSlotVisible() local
127 if (visibleLength < slotEnd - slotBegin) { in makeSlotVisible()
131 } else if (slotEnd > visibleEnd) { in makeSlotVisible()
132 position = slotEnd - visibleLength; in makeSlotVisible()