Searched refs:mContentLength (Results 1 – 2 of 2) sorted by relevance
78 private int mContentLength = -1; field in HttpUrlConnectionBuilder157 mContentLength = length; in setFixedLengthForStreaming()224 if (mContentLength >= 0) { in build()225 connection.setFixedLengthStreamingMode(mContentLength); in build()
411 private int mContentLength; field in SlotView.Layout487 mContentLength = count * majorUnitSize + (count - 1) * mSlotGap; in initLayoutParameters()491 padding[1] = Math.max(0, (majorLength - mContentLength) / 2); in initLayoutParameters()615 int limit = WIDE ? mContentLength - mWidth : mContentLength - mHeight; in getScrollLimit()