Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DToastPresenter.java167 params.horizontalWeight = 1.0f; in adjustLayoutParams()
/frameworks/base/core/java/android/view/
DWindowManager.java1413 public float horizontalWeight; field in WindowManager.LayoutParams
4551 if (horizontalWeight != o.horizontalWeight) { in copyFrom()
4552 horizontalWeight = o.horizontalWeight; in copyFrom()
5115 encoder.addProperty("horizontalWeight", horizontalWeight); in encodeProperties()
DViewRootImpl.java3389 if (lp.horizontalWeight > 0.0f) { in performTraversals()
3390 width += (int) ((mWidth - width) * lp.horizontalWeight); in performTraversals()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/dialog/
DInternetDialogControllerTest.java252 assertThat(params.horizontalWeight).isEqualTo(TOAST_PARAMS_HORIZONTAL_WEIGHT); in makeOverlayToast_withGravityFlags_addViewWithLayoutParams()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/dialog/
DInternetDialogController.java1319 params.horizontalWeight = TOAST_PARAMS_HORIZONTAL_WEIGHT;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt34787 field public float horizontalWeight;
/frameworks/base/core/api/
Dcurrent.txt51561 field public float horizontalWeight;