Searched refs:horizontalWeight (Results 1 – 7 of 7) sorted by relevance
169 params.horizontalWeight = 1.0f; in adjustLayoutParams()
1953 public float horizontalWeight; field in WindowManager.LayoutParams5325 if (horizontalWeight != o.horizontalWeight) { in copyFrom()5326 horizontalWeight = o.horizontalWeight; in copyFrom()5936 encoder.addProperty("horizontalWeight", horizontalWeight); in encodeProperties()
3968 if (lp.horizontalWeight > 0.0f) { in performTraversals()3969 width += (int) ((mWidth - width) * lp.horizontalWeight); in performTraversals()
337 assertThat(params.horizontalWeight).isEqualTo(TOAST_PARAMS_HORIZONTAL_WEIGHT); in makeOverlayToast_withGravityFlags_addViewWithLayoutParams()
1443 params.horizontalWeight = TOAST_PARAMS_HORIZONTAL_WEIGHT;
34787 field public float horizontalWeight;
54665 field public float horizontalWeight;