HomeSort by relevance Sort by last modified time
    Searched defs:totalWeight (Results 1 - 25 of 31) sorted by null

1 2

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
PiecewiseLinearIndentationFunctor.java 68 int totalWeight = 0;
71 totalWeight += (mMaxItemsInStack - i - 1) * (mMaxItemsInStack - i - 1);
72 mBaseValues.add((float) totalWeight / sumOfSquares);
  /external/llvm/lib/CodeGen/
CalcSpillWeights.cpp 102 float totalWeight = 0;
143 totalWeight += weight;
172 totalWeight *= 1.01F;
190 totalWeight *= 0.5F;
192 li.weight = normalize(totalWeight, li.getSize());
  /external/chromium_org/v8/tools/
profile.js 352 root.totalWeight += node.totalWeight;
357 rec.totalWeight += node.totalWeight;
378 counters.getRoot().totalWeight = root.totalWeight;
697 CallTree.Node.prototype.totalWeight = 0;
717 var totalWeight = this.selfWeight;
719 totalWeight += child.computeTotalWeight(); });
720 return this.totalWeight = totalWeight
    [all...]
  /frameworks/base/services/core/java/com/android/server/display/
AutomaticBrightnessController.java 295 float totalWeight = 0;
306 totalWeight += weight;
311 Slog.d(TAG, "calculateAmbientLux: totalWeight=" + totalWeight +
312 ", newAmbientLux=" + (sum / totalWeight));
314 return sum / totalWeight;
  /frameworks/base/core/java/android/widget/
LinearLayout.java 662 float totalWeight = 0;
697 totalWeight += lp.weight;
724 totalWeight == 0 ? mTotalLength : 0);
835 if (skippedMeasure || delta != 0 && totalWeight > 0.0f) {
836 float weightSum = mWeightSum > 0.0f ? mWeightSum : totalWeight;
    [all...]
GridLayout.java     [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
LinearLayoutCompat.java 596 float totalWeight = 0;
631 totalWeight += lp.weight;
658 totalWeight == 0 ? mTotalLength : 0);
770 if (skippedMeasure || delta != 0 && totalWeight > 0.0f) {
771 float weightSum = mWeightSum > 0.0f ? mWeightSum : totalWeight;
    [all...]
  /external/guava/guava/src/com/google/common/cache/
LocalCache.java     [all...]
  /frameworks/support/v7/gridlayout/src/android/support/v7/widget/
GridLayout.java     [all...]
  /prebuilts/sdk/current/support/v7/gridlayout/libs/
android-support-v7-gridlayout.jar 
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
org-eclipse-jface-3.6.2.jar 
guava-13.0.1.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /packages/services/Telecomm/libs/
guava.jar 
  /frameworks/testing/espresso/libs/
guava-14.0.1.jar 

Completed in 222 milliseconds

1 2