Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DWindowManager.java187 public float horizontalWeight; field in WindowManager.LayoutParams
2002 if (horizontalWeight != o.horizontalWeight) { in copyFrom()
2003 horizontalWeight = o.horizontalWeight; in copyFrom()
2338 encoder.addProperty("horizontalWeight", horizontalWeight); in encodeProperties()
DViewRootImpl.java2033 if (lp.horizontalWeight > 0.0f) { in performTraversals()
2034 width += (int) ((mWidth - width) * lp.horizontalWeight); in performTraversals()
/frameworks/base/core/java/android/widget/
DToast.java415 mParams.horizontalWeight = 1.0f; in handleShow()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt34787 field public float horizontalWeight;
/frameworks/base/api/
Dcurrent.txt43768 field public float horizontalWeight;
Dtest-current.txt43847 field public float horizontalWeight;
Dsystem-current.txt46771 field public float horizontalWeight;