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

/frameworks/base/core/java/android/view/
H A DWindowManager.java1048 * Use {@link #dimAmount} to control the amount of dim. */
2083 public float dimAmount = 1.0f; field in class:WindowManager.LayoutParams
2594 out.writeFloat(dimAmount);
2650 dimAmount = in.readFloat();
2817 if (dimAmount != o.dimAmount) {
2818 dimAmount = o.dimAmount;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java3819 private void setDimAmount(float dimAmount) { argument
3820 mDimAmount = dimAmount;

Completed in 1061 milliseconds