Searched refs:mTotalLength (Results 1 – 3 of 3) sorted by relevance
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/ |
D | MatchParentShrinkingLinearLayout.java | 145 private int mTotalLength; field in MatchParentShrinkingLinearLayout 503 childTop = mBottom - mTop - mPaddingBottom - mTotalLength; in getBaseline() 508 mTotalLength) / 2; in getBaseline() 642 mTotalLength = 0; in measureVertical() 668 mTotalLength += measureNullChild(i); in measureVertical() 678 mTotalLength += mDividerHeight; in measureVertical() 689 final int totalLength = mTotalLength; in measureVertical() 690 mTotalLength = Math.max(totalLength, totalLength + lp.topMargin + lp.bottomMargin); in measureVertical() 710 totalWeight == 0 ? mTotalLength : 0); in measureVertical() 717 final int totalLength = mTotalLength; in measureVertical() [all …]
|
/packages/apps/Settings/src/com/android/settings/widget/ |
D | MatchParentShrinkingLinearLayout.java | 145 private int mTotalLength; field in MatchParentShrinkingLinearLayout 503 childTop = mBottom - mTop - mPaddingBottom - mTotalLength; in getBaseline() 508 mTotalLength) / 2; in getBaseline() 642 mTotalLength = 0; in measureVertical() 668 mTotalLength += measureNullChild(i); in measureVertical() 678 mTotalLength += mDividerHeight; in measureVertical() 689 final int totalLength = mTotalLength; in measureVertical() 690 mTotalLength = Math.max(totalLength, totalLength + lp.topMargin + lp.bottomMargin); in measureVertical() 710 totalWeight == 0 ? mTotalLength : 0); in measureVertical() 717 final int totalLength = mTotalLength; in measureVertical() [all …]
|
/packages/apps/DeskClock/src/com/android/deskclock/data/ |
D | Timer.java | 91 private final long mTotalLength; field in Timer 113 mTotalLength = totalLength; in Timer() 125 public long getTotalLength() { return mTotalLength; } in getTotalLength() 198 return new Timer(mId, RUNNING, mLength, mTotalLength, now(), wallClock(), mRemainingTime, in start() 213 return new Timer(mId, PAUSED, mLength, mTotalLength, UNUSED, UNUSED, remainingTime, mLabel, in pause() 269 return new Timer(mId, mState, mLength, mTotalLength, timeSinceBoot, wallClockTime, in updateAfterReboot() 291 return new Timer(mId, mState, mLength, mTotalLength, timeSinceBoot, wallClockTime, in updateAfterTimeSet() 303 return new Timer(mId, mState, mLength, mTotalLength, mLastStartTime, in setLabel() 322 totalLength = mTotalLength; in setLength() 341 final long totalLength = mTotalLength + delta; in setRemainingTime()
|