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

/frameworks/base/core/java/com/android/internal/widget/
H A DWeightedLinearLayout.java33 private float mMajorWeightMin; field in class:WeightedLinearLayout
48 mMajorWeightMin = a.getFloat(styleable.WeightedLinearLayout_majorWeightMin, 0.0f);
71 final float widthWeightMin = isPortrait ? mMinorWeightMin : mMajorWeightMin;

Completed in 71 milliseconds