Searched refs:mTotalLength (Results 1 – 10 of 10) sorted by relevance
198 private int mTotalLength; field in LinearLayout622 childTop = mBottom - mTop - mPaddingBottom - mTotalLength; in getBaseline()627 mTotalLength) / 2; in getBaseline()809 mTotalLength = 0; in measureVertical()837 mTotalLength += measureNullChild(i); in measureVertical()848 mTotalLength += mDividerHeight; in measureVertical()860 final int totalLength = mTotalLength; in measureVertical()861 mTotalLength = Math.max(totalLength, totalLength + lp.topMargin + lp.bottomMargin); in measureVertical()877 final int usedHeight = totalWeight == 0 ? mTotalLength : 0; in measureVertical()890 final int totalLength = mTotalLength; in measureVertical()[all …]
29 protected int mTotalLength; // Total number of bytes returned for the class-specific field in UsbVCHeaderInterface44 return mTotalLength; in getTotalLength()
29 protected int mTotalLength; // Total number of bytes returned for the class-specific field in UsbACHeaderInterface44 return mTotalLength; in getTotalLength()
34 private int mTotalLength; // 2:2 Total length in bytes of data returned field in UsbConfigDescriptor55 return mTotalLength; in getTotalLength()120 mTotalLength = stream.unpackUsbShort(); in parseRawDescriptors()
49 protected int mTotalLength; // 3:2 Total Length of header and blocks field in UsbMidiBlockParser124 mTotalLength = stream.unpackUsbShort(); in parseRawDescriptors()132 return mTotalLength; in parseRawDescriptors()218 dump.write("total_length", UsbMidiBlockParserProto.TOTAL_LENGTH, mTotalLength); in dump()
47 mTotalLength = stream.unpackUsbShort(); in parseRawDescriptors()
54 mTotalLength = stream.unpackUsbShort(); in parseRawDescriptors()
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()
470 final int mTotalLength = getMeasuredHeight(); in layoutVerticalOptimized() local489 childTop = mPaddingTop + bottom - top - mTotalLength; in layoutVerticalOptimized()494 childTop = mPaddingTop + (bottom - top - mTotalLength) / 2; in layoutVerticalOptimized()
16004 Landroid/gesture/GestureOverlayView;->mTotalLength:F