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

/frameworks/base/core/java/android/view/
H A DWindowManager.java684 * Use {@link #dimAmount} to control the amount of dim. */
1534 public float dimAmount = 1.0f; field in class:WindowManager.LayoutParams
1878 out.writeFloat(dimAmount);
1932 dimAmount = in.readFloat();
2091 if (dimAmount != o.dimAmount) {
2092 dimAmount = o.dimAmount;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java3232 private void setDimAmount(float dimAmount) { argument
3233 mDimAmount = dimAmount;

Completed in 134 milliseconds