Home
last modified time | relevance | path

Searched defs:darkAmount (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyguardUserSwitcherListView.java61 void setDarkAmount(float darkAmount) { in setDarkAmount()
H A DKeyguardUserDetailItemView.java139 public void setDarkAmount(float darkAmount) { in setDarkAmount()
H A DKeyguardUserSwitcherController.java363 private void setDarkAmount(float darkAmount) { in setDarkAmount()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationDozeHelper.java57 public void updateGrayscale(ImageView target, float darkAmount) { in updateGrayscale()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardStatusView.java85 void setDarkAmount(float darkAmount) { in setDarkAmount()
H A DKeyguardSliceView.java224 public void setDarkAmount(float darkAmount) { in setDarkAmount()
384 public void setDarkAmount(float darkAmount) { in setDarkAmount()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardClockPositionAlgorithm.java264 private int getClockY(float panelExpansion, float darkAmount) { in getClockY()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationPanelViewController.java1601 float darkAmount = in updateClockAppearance() local