Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/network/
DHttpUrlConnectionBuilder.java78 private int mContentLength = -1; field in HttpUrlConnectionBuilder
157 mContentLength = length; in setFixedLengthForStreaming()
224 if (mContentLength >= 0) { in build()
225 connection.setFixedLengthStreamingMode(mContentLength); in build()
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DSlotView.java411 private int mContentLength; field in SlotView.Layout
487 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()