Searched refs:mTotalLength (Results 1 – 9 of 9) sorted by relevance
198 private int mTotalLength; field in LinearLayout809 mTotalLength = 0; in measureVertical()949 mTotalLength += mDividerHeight; in measureVertical()954 mTotalLength = 0; in measureVertical()980 int heightSize = mTotalLength; in measureVertical()997 mTotalLength = 0; in measureVertical()1139 mTotalLength = 0; in measureHorizontal()1313 mTotalLength += mDividerWidth; in measureHorizontal()1333 mTotalLength = 0; in measureHorizontal()1373 int widthSize = mTotalLength; in measureHorizontal()[all …]
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()
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()
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()
16004 Landroid/gesture/GestureOverlayView;->mTotalLength:F