Searched refs:horizontalWeight (Results 1 – 7 of 7) sorted by relevance
167 params.horizontalWeight = 1.0f; in adjustLayoutParams()
1413 public float horizontalWeight; field in WindowManager.LayoutParams4551 if (horizontalWeight != o.horizontalWeight) { in copyFrom()4552 horizontalWeight = o.horizontalWeight; in copyFrom()5115 encoder.addProperty("horizontalWeight", horizontalWeight); in encodeProperties()
3389 if (lp.horizontalWeight > 0.0f) { in performTraversals()3390 width += (int) ((mWidth - width) * lp.horizontalWeight); in performTraversals()
252 assertThat(params.horizontalWeight).isEqualTo(TOAST_PARAMS_HORIZONTAL_WEIGHT); in makeOverlayToast_withGravityFlags_addViewWithLayoutParams()
1319 params.horizontalWeight = TOAST_PARAMS_HORIZONTAL_WEIGHT;
34787 field public float horizontalWeight;
51561 field public float horizontalWeight;