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

  /packages/apps/Settings/src/com/android/settings/widget/
MatchParentShrinkingLinearLayout.java 145 private int mTotalLength;
503 childTop = mBottom - mTop - mPaddingBottom - mTotalLength;
508 mTotalLength) / 2;
642 mTotalLength = 0;
668 mTotalLength += measureNullChild(i);
678 mTotalLength += mDividerHeight;
689 final int totalLength = mTotalLength;
690 mTotalLength = Math.max(totalLength, totalLength + lp.topMargin + lp.bottomMargin);
710 totalWeight == 0 ? mTotalLength : 0);
717 final int totalLength = mTotalLength;
    [all...]
  /frameworks/base/core/java/android/gesture/
GestureOverlayView.java 98 private float mTotalLength;
564 mTotalLength = 0;
646 mTotalLength += (float) Math.hypot(dx, dy);
648 if (mTotalLength > mGestureStrokeLengthThreshold) {
  /frameworks/base/core/java/android/widget/
LinearLayout.java 164 private int mTotalLength;
534 childTop = mBottom - mTop - mPaddingBottom - mTotalLength;
539 mTotalLength) / 2;
682 mTotalLength = 0;
708 mTotalLength += measureNullChild(i);
718 mTotalLength += mDividerHeight;
729 final int totalLength = mTotalLength;
730 mTotalLength = Math.max(totalLength, totalLength + lp.topMargin + lp.bottomMargin);
750 totalWeight == 0 ? mTotalLength : 0);
757 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 183 milliseconds