Searched defs:mContentLength (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DSlotView.java411 private int mContentLength; field in class:SlotView.Layout
461 // (2) mContentLength: the width (or height) we need to display all the
487 mContentLength = count * majorUnitSize + (count - 1) * mSlotGap;
491 padding[1] = Math.max(0, (majorLength - mContentLength) / 2);
615 int limit = WIDE ? mContentLength - mWidth : mContentLength - mHeight;

Completed in 8 milliseconds