Home
last modified time | relevance | path

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

/aosp12/packages/apps/LegacyCamera/src/com/android/camera/
H A DOnScreenHint.java148 mParams.horizontalWeight = 1.0f; in handleShow()
/aosp12/frameworks/base/core/java/android/view/
H A DWindowManager.java1013 public float horizontalWeight; field in WindowManager.LayoutParams
4096 if (horizontalWeight != o.horizontalWeight) { in copyFrom()
4097 horizontalWeight = o.horizontalWeight; in copyFrom()
4642 encoder.addProperty("horizontalWeight", horizontalWeight); in encodeProperties()
H A DViewRootImpl.java3156 if (lp.horizontalWeight > 0.0f) { in performTraversals()
3157 width += (int) ((mWidth - width) * lp.horizontalWeight); in performTraversals()
/aosp12/frameworks/base/core/java/android/widget/
H A DToastPresenter.java146 params.horizontalWeight = 1.0f; in adjustLayoutParams()
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/keyguard/
H A DCarKeyguardViewController.java479 params.horizontalWeight = TOAST_PARAMS_HORIZONTAL_WEIGHT; in makeOverlayToast()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/dialog/
H A DInternetDialogControllerTest.java208 assertThat(params.horizontalWeight).isEqualTo(TOAST_PARAMS_HORIZONTAL_WEIGHT); in makeOverlayToast_withGravityFlags_addViewWithLayoutParams()
/aosp12/packages/apps/Settings/src/com/android/settings/
H A DIccLockSettings.java599 params.horizontalWeight = 1.0f; in createCustomTextToast()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/dialog/
H A DInternetDialogController.java1133 params.horizontalWeight = TOAST_PARAMS_HORIZONTAL_WEIGHT;
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt50652 field public float horizontalWeight;
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt34787 field public float horizontalWeight;