Searched defs:horizontalWeight (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DWindowManager.java187 public float horizontalWeight; field in class:WindowManager.LayoutParams
2024 if (horizontalWeight != o.horizontalWeight) {
2025 horizontalWeight = o.horizontalWeight;
2360 encoder.addProperty("horizontalWeight", horizontalWeight);

Completed in 39 milliseconds