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

  /frameworks/base/core/java/com/android/internal/util/
IndentingPrintWriter.java 40 private int mCurrentLength;
110 mCurrentLength++;
116 mCurrentLength = 0;
120 if (mWrapLength > 0 && mCurrentLength >= mWrapLength - indentLength) {
125 mCurrentLength = lineEnd - lineStart;
133 mCurrentLength = 0;
  /packages/apps/Dialer/java/com/android/voicemail/impl/utils/
IndentingPrintWriter.java 40 private int mCurrentLength;
110 mCurrentLength++;
116 mCurrentLength = 0;
120 if (mWrapLength > 0 && mCurrentLength >= mWrapLength - indentLength) {
125 mCurrentLength = lineEnd - lineStart;
133 mCurrentLength = 0;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
StackStateAnimator.java 68 private long mCurrentLength;
124 mCurrentLength = NotificationStackScrollLayout.AnimationEvent.combineLength(mNewEvents);
151 mAnimationProperties.duration = mCurrentLength;
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 73 milliseconds