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

  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ButteryProgressBar.java 128 final float widthMultiplier = w / mDensity / BASE_WIDTH_DP;
130 final float durationMult = 0.3f * (widthMultiplier - 1) + 1;
131 final float segmentMult = 0.1f * (widthMultiplier - 1) + 1;
  /packages/apps/Contacts/src/com/android/contacts/widget/
InterpolatingLayout.java 70 private float widthMultiplier;
113 widthMultiplier = (float) (wideWidth - narrowWidth)
115 widthConstant = (int) (narrowWidth - narrowParentWidth * widthMultiplier);
159 int w = (int) (parentSize * widthMultiplier) + widthConstant;
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 96 milliseconds