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

/frameworks/base/core/java/android/view/
H A DWindowManager.java561 * Use {@link #dimAmount} to control the amount of dim. */
1143 public float dimAmount = 1.0f; field in class:WindowManager.LayoutParams
1354 out.writeFloat(dimAmount);
1395 dimAmount = in.readFloat();
1521 if (dimAmount != o.dimAmount) {
1522 dimAmount = o.dimAmount;

Completed in 29 milliseconds