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

  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
LinearLayoutCompat.java 122 private int mTotalLength;
459 childTop = getBottom() - getTop() - getPaddingBottom() - mTotalLength;
464 mTotalLength) / 2;
594 mTotalLength = 0;
620 mTotalLength += measureNullChild(i);
630 mTotalLength += mDividerHeight;
641 final int totalLength = mTotalLength;
642 mTotalLength = Math.max(totalLength, totalLength + lp.topMargin + lp.bottomMargin);
662 totalWeight == 0 ? mTotalLength : 0);
669 final int totalLength = mTotalLength;
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/data/
Timer.java 91 private final long mTotalLength;
113 mTotalLength = totalLength;
125 public long getTotalLength() { return mTotalLength; }
198 return new Timer(mId, RUNNING, mLength, mTotalLength, now(), wallClock(), mRemainingTime,
213 return new Timer(mId, PAUSED, mLength, mTotalLength, UNUSED, UNUSED, remainingTime, mLabel,
269 return new Timer(mId, mState, mLength, mTotalLength, timeSinceBoot, wallClockTime,
291 return new Timer(mId, mState, mLength, mTotalLength, timeSinceBoot, wallClockTime,
303 return new Timer(mId, mState, mLength, mTotalLength, mLastStartTime,
322 totalLength = mTotalLength;
341 final long totalLength = mTotalLength + delta
    [all...]
  /frameworks/base/core/java/android/widget/
LinearLayout.java 195 private int mTotalLength;
588 childTop = mBottom - mTop - mPaddingBottom - mTotalLength;
593 mTotalLength) / 2;
737 mTotalLength = 0;
765 mTotalLength += measureNullChild(i);
776 mTotalLength += mDividerHeight;
788 final int totalLength = mTotalLength;
789 mTotalLength = Math.max(totalLength, totalLength + lp.topMargin + lp.bottomMargin);
805 final int usedHeight = totalWeight == 0 ? mTotalLength : 0;
818 final int totalLength = mTotalLength;
    [all...]
  /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/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/util/
CachedPathIteratorFactory.java 48 private final float mTotalLength;
125 mTotalLength = totalLength;
482 return mTotalLength;
  /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) {
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat-nodeps.jar 

Completed in 1519 milliseconds