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

/frameworks/base/core/java/android/widget/
H A DGridLayout.java1741 private void shareOutDelta(int totalDelta, float totalWeight) { argument
1752 int delta = Math.round((weight * totalDelta / totalWeight));
1757 totalWeight -= weight;
1771 float totalWeight = calculateTotalWeight();
1780 shareOutDelta(delta, totalWeight);
1792 shareOutDelta(validDelta, totalWeight);
1798 float totalWeight = 0f;
1806 totalWeight += spec.weight;
1808 return totalWeight;
/frameworks/support/gridlayout/src/main/java/androidx/gridlayout/widget/
H A DGridLayout.java1629 private void shareOutDelta(int totalDelta, float totalWeight) { argument
1640 int delta = Math.round((weight * totalDelta / totalWeight));
1645 totalWeight -= weight;
1659 float totalWeight = calculateTotalWeight();
1668 shareOutDelta(delta, totalWeight);
1680 shareOutDelta(validDelta, totalWeight);
1686 float totalWeight = 0f;
1694 totalWeight += spec.weight;
1696 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 62 milliseconds