Searched refs:updateGrayscale (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationDozeHelper.java38 updateGrayscale(target, (float) animation.getAnimatedValue());
50 public void updateGrayscale(ImageView target, boolean dark) { method in class:NotificationDozeHelper
51 updateGrayscale(target, dark ? 1 : 0);
54 public void updateGrayscale(ImageView target, float darkAmount) { method in class:NotificationDozeHelper
H A DNotificationCustomViewWrapper.java64 updateGrayscale(dark);
85 protected void updateGrayscale(boolean dark) { method in class:NotificationCustomViewWrapper
H A DNotificationIconDozeHelper.java59 updateGrayscale(target, dark);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DStatusBarIconView.java571 mDozer.updateGrayscale(this, mDarkAmount);

Completed in 73 milliseconds