Searched refs:updateGrayscale (Results 1 – 3 of 3) sorted by relevance
41 updateGrayscale(target, (float) animation.getAnimatedValue()); in fadeGrayscale()53 public void updateGrayscale(ImageView target, boolean dark) { in updateGrayscale() method in NotificationDozeHelper54 updateGrayscale(target, dark ? 1 : 0); in updateGrayscale()57 public void updateGrayscale(ImageView target, float darkAmount) { in updateGrayscale() method in NotificationDozeHelper
61 updateGrayscale(target, dark); in setImageDark()
627 mDozer.updateGrayscale(this, mDarkAmount); in updateIconColor()