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

  /packages/apps/DeskClock/src/com/android/deskclock/data/
Timer.java 87 private final long mTotalLength;
106 mTotalLength = totalLength;
117 public long getTotalLength() { return mTotalLength; }
166 return new Timer(mId, RUNNING, mLength, mTotalLength, now(), mRemainingTime, mLabel,
181 return new Timer(mId, PAUSED, mLength, mTotalLength, Long.MIN_VALUE, remainingTime, mLabel,
193 return new Timer(mId, EXPIRED, mLength, mTotalLength, mLastStartTime, mRemainingTime,
217 return new Timer(mId, mState, mLength, mTotalLength, mLastStartTime, mRemainingTime, label,
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/util/
CachedPathIteratorFactory.java 48 private final float mTotalLength;
125 mTotalLength = totalLength;
482 return mTotalLength;
  /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 172 private int mTotalLength;
543 childTop = mBottom - mTop - mPaddingBottom - mTotalLength;
548 mTotalLength) / 2;
692 mTotalLength = 0;
718 mTotalLength += measureNullChild(i);
728 mTotalLength += mDividerHeight;
740 final int totalLength = mTotalLength;
741 mTotalLength = Math.max(totalLength, totalLength + lp.topMargin + lp.bottomMargin);
757 final int usedHeight = totalWeight == 0 ? mTotalLength : 0;
770 final int totalLength = mTotalLength;
    [all...]
  /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...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 2893 milliseconds