HomeSort by relevance Sort by last modified time
    Searched refs:mContentLength (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/webkit/
PluginData.java 44 private long mContentLength;
78 mContentLength = length;
108 return mContentLength;
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
SlotView.java 411 private int mContentLength;
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 86 milliseconds