Searched refs:hasWeightsValid (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DGridLayout.java1239 public boolean hasWeightsValid = false; field in class:GridLayout.Axis
1721 if (!hasWeightsValid) {
1723 hasWeightsValid = true;
1894 hasWeightsValid = false;
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java1130 public boolean hasWeightsValid = false; field in class:GridLayout.Axis
1612 if (!hasWeightsValid) {
1614 hasWeightsValid = true;
1785 hasWeightsValid = false;

Completed in 43 milliseconds