Searched defs:totalWeight (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DGridLayout.java1735 private void shareOutDelta(int totalDelta, float totalWeight) { argument
1746 int delta = Math.round((weight * totalDelta / totalWeight));
1751 totalWeight -= weight;
1765 float totalWeight = calculateTotalWeight();
1774 shareOutDelta(delta, totalWeight);
1786 shareOutDelta(validDelta, totalWeight);
1792 float totalWeight = 0f;
1800 totalWeight += spec.weight;
1802 return totalWeight;
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java1626 private void shareOutDelta(int totalDelta, float totalWeight) { argument
1637 int delta = Math.round((weight * totalDelta / totalWeight));
1642 totalWeight -= weight;
1656 float totalWeight = calculateTotalWeight();
1665 shareOutDelta(delta, totalWeight);
1677 shareOutDelta(validDelta, totalWeight);
1683 float totalWeight = 0f;
1691 totalWeight += spec.weight;
1693 return totalWeight;
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 7752 milliseconds