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

  /frameworks/base/services/usb/java/com/android/server/usb/descriptors/
UsbACHeaderInterface.java 29 protected int mTotalLength; // Total number of bytes returned for the class-specific
44 return mTotalLength;
UsbConfigDescriptor.java 35 private int mTotalLength; // 2:2 Total length in bytes of data returned
54 return mTotalLength;
101 mTotalLength = stream.unpackUsbShort();
  /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/util/
CachedPathIteratorFactory.java 48 private final float mTotalLength;
125 mTotalLength = totalLength;
482 return mTotalLength;
  /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...]
  /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 194 private int mTotalLength;
607 childTop = mBottom - mTop - mPaddingBottom - mTotalLength;
612 mTotalLength) / 2;
756 mTotalLength = 0;
784 mTotalLength += measureNullChild(i);
795 mTotalLength += mDividerHeight;
807 final int totalLength = mTotalLength;
808 mTotalLength = Math.max(totalLength, totalLength + lp.topMargin + lp.bottomMargin);
824 final int usedHeight = totalWeight == 0 ? mTotalLength : 0;
837 final int totalLength = mTotalLength;
    [all...]
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
LinearLayoutCompat.java 122 private int mTotalLength;
459 childTop = getBottom() - getTop() - getPaddingBottom() - mTotalLength;
464 mTotalLength) / 2;
595 mTotalLength = 0;
621 mTotalLength += measureNullChild(i);
631 mTotalLength += mDividerHeight;
642 final int totalLength = mTotalLength;
643 mTotalLength = Math.max(totalLength, totalLength + lp.topMargin + lp.bottomMargin);
663 totalWeight == 0 ? mTotalLength : 0);
670 final int totalLength = mTotalLength;
    [all...]
  /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 
  /prebuilts/misc/common/robolectric/android-all/
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 268 milliseconds