Searched refs:mTotalLength (Results 1 – 8 of 8) sorted by relevance
120 private int mTotalLength; field in LinearLayoutCompat457 childTop = getBottom() - getTop() - getPaddingBottom() - mTotalLength; in getBaseline()462 mTotalLength) / 2; in getBaseline()592 mTotalLength = 0; in measureVertical()618 mTotalLength += measureNullChild(i); in measureVertical()628 mTotalLength += mDividerHeight; in measureVertical()639 final int totalLength = mTotalLength; in measureVertical()640 mTotalLength = Math.max(totalLength, totalLength + lp.topMargin + lp.bottomMargin); in measureVertical()660 totalWeight == 0 ? mTotalLength : 0); in measureVertical()667 final int totalLength = mTotalLength; in measureVertical()[all …]
195 private int mTotalLength; field in LinearLayout588 childTop = mBottom - mTop - mPaddingBottom - mTotalLength; in getBaseline()593 mTotalLength) / 2; in getBaseline()737 mTotalLength = 0; in measureVertical()765 mTotalLength += measureNullChild(i); in measureVertical()776 mTotalLength += mDividerHeight; in measureVertical()788 final int totalLength = mTotalLength; in measureVertical()789 mTotalLength = Math.max(totalLength, totalLength + lp.topMargin + lp.bottomMargin); in measureVertical()805 final int usedHeight = totalWeight == 0 ? mTotalLength : 0; in measureVertical()818 final int totalLength = mTotalLength; in measureVertical()[all …]
28 private int mTotalLength; // 2:2 Total length in bytes of data returned field in UsbConfigDescriptor44 return mTotalLength; in getTotalLength()69 mTotalLength = stream.unpackUsbShort(); in parseRawDescriptors()
29 protected int mTotalLength; // Total number of bytes returned for the class-specific field in UsbACHeaderInterface44 return mTotalLength; in getTotalLength()
47 mTotalLength = stream.unpackUsbShort(); in parseRawDescriptors()
54 mTotalLength = stream.unpackUsbShort(); in parseRawDescriptors()
48 private final float mTotalLength; field in CachedPathIteratorFactory125 mTotalLength = totalLength; in CachedPathIteratorFactory()482 return mTotalLength; in getTotalLength()
98 private float mTotalLength; field in GestureOverlayView564 mTotalLength = 0; in touchDown()646 mTotalLength += (float) Math.hypot(dx, dy); in touchMove()648 if (mTotalLength > mGestureStrokeLengthThreshold) { in touchMove()