Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DSlotView.java410 private int mContentLength; field in SlotView.Layout
486 mContentLength = count * majorUnitSize + (count - 1) * mSlotGap; in initLayoutParameters()
490 padding[1] = Math.max(0, (majorLength - mContentLength) / 2); in initLayoutParameters()
614 int limit = WIDE ? mContentLength - mWidth : mContentLength - mHeight; in getScrollLimit()