HomeSort by relevance Sort by last modified time
    Searched refs:mTotalLength (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/widget/
LinearLayout.java 143 private int mTotalLength;
478 childTop = mBottom - mTop - mPaddingBottom - mTotalLength;
483 mTotalLength) / 2;
617 mTotalLength = 0;
642 mTotalLength += measureNullChild(i);
652 mTotalLength += mDividerHeight;
663 final int totalLength = mTotalLength;
664 mTotalLength = Math.max(totalLength, totalLength + lp.topMargin + lp.bottomMargin);
683 totalWeight == 0 ? mTotalLength : 0);
690 final int totalLength = mTotalLength;
    [all...]
  /frameworks/base/core/java/android/gesture/
GestureOverlayView.java 97 private float mTotalLength;
555 mTotalLength = 0;
637 mTotalLength += (float) Math.sqrt(dx * dx + dy * dy);
639 if (mTotalLength > mGestureStrokeLengthThreshold) {

Completed in 56 milliseconds