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

/frameworks/base/core/java/android/view/
H A DWindowManager.java131 public float horizontalWeight; field in class:WindowManager.LayoutParams
1459 if (horizontalWeight != o.horizontalWeight) {
1460 horizontalWeight = o.horizontalWeight;
H A DViewRootImpl.java1658 if (lp.horizontalWeight > 0.0f) {
1659 width += (int) ((mWidth - width) * lp.horizontalWeight);
/frameworks/base/core/java/android/widget/
H A DToast.java385 mParams.horizontalWeight = 1.0f;

Completed in 357 milliseconds