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

  /frameworks/base/core/java/android/gesture/
GestureOverlayView.java 97 private float mTotalLength;
561 mTotalLength = 0;
643 mTotalLength += (float) Math.sqrt(dx * dx + dy * dy);
645 if (mTotalLength > mGestureStrokeLengthThreshold) {
  /frameworks/base/core/java/android/widget/
LinearLayout.java 163 private int mTotalLength;
517 childTop = mBottom - mTop - mPaddingBottom - mTotalLength;
522 mTotalLength) / 2;
656 mTotalLength = 0;
682 mTotalLength += measureNullChild(i);
692 mTotalLength += mDividerHeight;
703 final int totalLength = mTotalLength;
704 mTotalLength = Math.max(totalLength, totalLength + lp.topMargin + lp.bottomMargin);
724 totalWeight == 0 ? mTotalLength : 0);
731 final int totalLength = mTotalLength;
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
LinearLayoutCompat.java 119 private int mTotalLength;
455 childTop = getBottom() - getTop() - getPaddingBottom() - mTotalLength;
460 mTotalLength) / 2;
590 mTotalLength = 0;
616 mTotalLength += measureNullChild(i);
626 mTotalLength += mDividerHeight;
637 final int totalLength = mTotalLength;
638 mTotalLength = Math.max(totalLength, totalLength + lp.topMargin + lp.bottomMargin);
658 totalWeight == 0 ? mTotalLength : 0);
665 final int totalLength = mTotalLength;
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 39 milliseconds