Searched refs:horizontalWeight (Results 1 – 5 of 5) sorted by relevance
101 public float horizontalWeight; field in WindowManager.LayoutParams1294 if (horizontalWeight != o.horizontalWeight) { in copyFrom()1295 horizontalWeight = o.horizontalWeight; in copyFrom()
1430 if (lp.horizontalWeight > 0.0f) { in performTraversals()1431 width += (int) ((mWidth - width) * lp.horizontalWeight); in performTraversals()
372 mParams.horizontalWeight = 1.0f; in handleShow()
23942 field public float horizontalWeight;