Home
last modified time | relevance | path

Searched refs:horizontalWeight (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/view/
DWindowManager.java568 public float horizontalWeight; field in WindowManager.LayoutParams
2911 if (horizontalWeight != o.horizontalWeight) { in copyFrom()
2912 horizontalWeight = o.horizontalWeight; in copyFrom()
3317 encoder.addProperty("horizontalWeight", horizontalWeight); in encodeProperties()
DViewRootImpl.java2574 if (lp.horizontalWeight > 0.0f) { in performTraversals()
2575 width += (int) ((mWidth - width) * lp.horizontalWeight); in performTraversals()
/frameworks/base/core/java/android/widget/
DToast.java491 mParams.horizontalWeight = 1.0f; in handleShow()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt34787 field public float horizontalWeight;
/frameworks/base/non-updatable-api/
Dcurrent.txt53288 field public float horizontalWeight;
/frameworks/base/api/
Dcurrent.txt53432 field public float horizontalWeight;