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

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

Completed in 58 milliseconds