Searched refs:mTotalLength (Results 1 – 8 of 8) sorted by relevance
198 private int mTotalLength; field in LinearLayout622 childTop = mBottom - mTop - mPaddingBottom - mTotalLength; in getBaseline()627 mTotalLength) / 2; in getBaseline()773 mTotalLength = 0; in measureVertical()801 mTotalLength += measureNullChild(i); in measureVertical()812 mTotalLength += mDividerHeight; in measureVertical()824 final int totalLength = mTotalLength; in measureVertical()825 mTotalLength = Math.max(totalLength, totalLength + lp.topMargin + lp.bottomMargin); in measureVertical()841 final int usedHeight = totalWeight == 0 ? mTotalLength : 0; in measureVertical()854 final int totalLength = mTotalLength; in measureVertical()[all …]
35 private int mTotalLength; // 2:2 Total length in bytes of data returned field in UsbConfigDescriptor54 return mTotalLength; in getTotalLength()101 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()
18891 Landroid/gesture/GestureOverlayView;->mTotalLength:F