Home
last modified time | relevance | path

Searched refs:getDozer (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationCustomViewWrapper.java70 getDozer().startIntensityAnimation(animation -> { in fadeGrayscale()
71 getDozer().updateGrayscaleMatrix((float) animation.getAnimatedValue()); in fadeGrayscale()
73 new ColorMatrixColorFilter(getDozer().getGrayscaleColorMatrix())); in fadeGrayscale()
87 getDozer().updateGrayscaleMatrix(1f); in updateGrayscale()
89 new ColorMatrixColorFilter(getDozer().getGrayscaleColorMatrix())); in updateGrayscale()
DNotificationHeaderViewWrapper.java105 protected NotificationIconDozeHelper getDozer() { in getDozer() method in NotificationHeaderViewWrapper
106 return (NotificationIconDozeHelper) super.getDozer(); in getDozer()
117 getDozer().setColor(mColor); in resolveHeaderViews()
226 getDozer().setImageDark(mIcon, dark, fade, delay, !hadColorFilter); in setDark()
DNotificationTemplateViewWrapper.java195 getDozer().startIntensityAnimation(animation -> { in fadeProgressDark()
213 getDozer().setImageDark(mPicture, dark, fade, delay, true /* useGrayscale */); in setPictureDark()
DNotificationViewWrapper.java76 protected NotificationDozeHelper getDozer() { in getDozer() method in NotificationViewWrapper