Home | History | Annotate | Download | only in widget

Lines Matching refs:totalLength

788                 final int totalLength = mTotalLength;
789 mTotalLength = Math.max(totalLength, totalLength + lp.topMargin + lp.bottomMargin);
818 final int totalLength = mTotalLength;
819 mTotalLength = Math.max(totalLength, totalLength + childHeight + lp.topMargin +
899 final int totalLength = mTotalLength;
900 mTotalLength = Math.max(totalLength, totalLength + largestChildHeight +
977 final int totalLength = mTotalLength;
978 mTotalLength = Math.max(totalLength, totalLength + child.getMeasuredHeight() +
1133 final int totalLength = mTotalLength;
1134 mTotalLength = Math.max(totalLength, totalLength +
1183 final int totalLength = mTotalLength;
1184 mTotalLength = Math.max(totalLength, totalLength + childWidth + lp.leftMargin
1280 final int totalLength = mTotalLength;
1281 mTotalLength = Math.max(totalLength, totalLength + largestChildWidth +
1356 final int totalLength = mTotalLength;
1357 mTotalLength = Math.max(totalLength, totalLength + child.getMeasuredWidth() +
1928 encoder.addProperty("measurement:totalLength", mTotalLength);
1929 encoder.addProperty("layout:totalLength", mTotalLength);