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

/frameworks/base/core/java/android/view/
H A DWindowManager.java588 * Use {@link #dimAmount} to control the amount of dim. */
1360 public float dimAmount = 1.0f; field in class:WindowManager.LayoutParams
1613 out.writeFloat(dimAmount);
1661 dimAmount = in.readFloat();
1807 if (dimAmount != o.dimAmount) {
1808 dimAmount = o.dimAmount;

Completed in 49 milliseconds