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

/frameworks/base/core/java/android/widget/
H A DGridLayout.java1223 public boolean hasWeightsValid = false; field in class:GridLayout.Axis
1705 if (!hasWeightsValid) {
1707 hasWeightsValid = true;
1877 hasWeightsValid = false;
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java1118 public boolean hasWeightsValid = false; field in class:GridLayout.Axis
1600 if (!hasWeightsValid) {
1602 hasWeightsValid = true;
1772 hasWeightsValid = false;

Completed in 18 milliseconds