HomeSort by relevance Sort by last modified time
    Searched defs:mWeightSum (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/widget/
LinearLayout.java 166 private float mWeightSum;
220 mWeightSum = a.getFloat(R.styleable.LinearLayout_weightSum, -1.0f);
590 return mWeightSum;
607 mWeightSum = Math.max(0.0f, weightSum);
836 float weightSum = mWeightSum > 0.0f ? mWeightSum : totalWeight;
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
LinearLayoutCompat.java 121 private float mWeightSum;
170 mWeightSum = a.getFloat(R.styleable.LinearLayoutCompat_android_weightSum, -1.0f);
525 return mWeightSum;
541 mWeightSum = Math.max(0.0f, weightSum);
771 float weightSum = mWeightSum > 0.0f ? mWeightSum : totalWeight;
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 47 milliseconds