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

/frameworks/base/core/java/android/view/
H A DWindowManager.java598 * Use {@link #dimAmount} to control the amount of dim. */
1389 public float dimAmount = 1.0f; field in class:WindowManager.LayoutParams
1669 out.writeFloat(dimAmount);
1719 dimAmount = in.readFloat();
1869 if (dimAmount != o.dimAmount) {
1870 dimAmount = o.dimAmount;

Completed in 191 milliseconds