Home | History | Annotate | Download | only in widget

Lines Matching defs:totalLength

663                 final int totalLength = mTotalLength;
664 mTotalLength = Math.max(totalLength, totalLength + lp.topMargin + lp.bottomMargin);
690 final int totalLength = mTotalLength;
691 mTotalLength = Math.max(totalLength, totalLength + childHeight + lp.topMargin +
772 final int totalLength = mTotalLength;
773 mTotalLength = Math.max(totalLength, totalLength + largestChildHeight +
855 totalLength = mTotalLength;
856 mTotalLength = Math.max(totalLength, totalLength + child.getMeasuredHeight() +
1008 final int totalLength = mTotalLength;
1009 mTotalLength = Math.max(totalLength, totalLength +
1051 final int totalLength = mTotalLength;
1052 mTotalLength = Math.max(totalLength, totalLength + childWidth + lp.leftMargin +
1149 final int totalLength = mTotalLength;
1150 mTotalLength = Math.max(totalLength, totalLength + largestChildWidth +
1231 final int totalLength = mTotalLength;
1232 totalLength, totalLength + child.getMeasuredWidth() +