Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DToastPresenter.java169 params.horizontalWeight = 1.0f; in adjustLayoutParams()
/frameworks/base/core/java/android/view/
DWindowManager.java1953 public float horizontalWeight; field in WindowManager.LayoutParams
5325 if (horizontalWeight != o.horizontalWeight) { in copyFrom()
5326 horizontalWeight = o.horizontalWeight; in copyFrom()
5936 encoder.addProperty("horizontalWeight", horizontalWeight); in encodeProperties()
DViewRootImpl.java3968 if (lp.horizontalWeight > 0.0f) { in performTraversals()
3969 width += (int) ((mWidth - width) * lp.horizontalWeight); in performTraversals()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/dialog/
DInternetDialogDelegateControllerTest.java337 assertThat(params.horizontalWeight).isEqualTo(TOAST_PARAMS_HORIZONTAL_WEIGHT); in makeOverlayToast_withGravityFlags_addViewWithLayoutParams()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/dialog/
DInternetDialogController.java1443 params.horizontalWeight = TOAST_PARAMS_HORIZONTAL_WEIGHT;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt34787 field public float horizontalWeight;
/frameworks/base/core/api/
Dcurrent.txt54665 field public float horizontalWeight;