Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DWindowManager.java196 public float horizontalWeight; field in WindowManager.LayoutParams
2213 if (horizontalWeight != o.horizontalWeight) { in copyFrom()
2214 horizontalWeight = o.horizontalWeight; in copyFrom()
2552 encoder.addProperty("horizontalWeight", horizontalWeight); in encodeProperties()
DViewRootImpl.java2164 if (lp.horizontalWeight > 0.0f) { in performTraversals()
2165 width += (int) ((mWidth - width) * lp.horizontalWeight); in performTraversals()
/frameworks/base/core/java/android/widget/
DToast.java473 mParams.horizontalWeight = 1.0f; in handleShow()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt34787 field public float horizontalWeight;
/frameworks/base/api/
Dcurrent.txt46845 field public float horizontalWeight;
Dsystem-current.txt50387 field public float horizontalWeight;