Searched refs:mTotalLength (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DLinearLayout.java143 private int mTotalLength; field in class:LinearLayout
492 childTop = mBottom - mTop - mPaddingBottom - mTotalLength;
497 mTotalLength) / 2;
631 mTotalLength = 0;
656 mTotalLength += measureNullChild(i);
666 mTotalLength += mDividerHeight;
677 final int totalLength = mTotalLength;
678 mTotalLength = Math.max(totalLength, totalLength + lp.topMargin + lp.bottomMargin);
697 totalWeight == 0 ? mTotalLength : 0);
704 final int totalLength = mTotalLength;
[all...]
/frameworks/base/core/java/android/gesture/
H A DGestureOverlayView.java97 private float mTotalLength; field in class:GestureOverlayView
556 mTotalLength = 0;
638 mTotalLength += (float) Math.sqrt(dx * dx + dy * dy);
640 if (mTotalLength > mGestureStrokeLengthThreshold) {

Completed in 56 milliseconds