Searched refs:getDozer (Results 1 – 4 of 4) sorted by relevance
70 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()
105 protected NotificationIconDozeHelper getDozer() { in getDozer() method in NotificationHeaderViewWrapper106 return (NotificationIconDozeHelper) super.getDozer(); in getDozer()117 getDozer().setColor(mColor); in resolveHeaderViews()226 getDozer().setImageDark(mIcon, dark, fade, delay, !hadColorFilter); in setDark()
195 getDozer().startIntensityAnimation(animation -> { in fadeProgressDark()213 getDozer().setImageDark(mPicture, dark, fade, delay, true /* useGrayscale */); in setPictureDark()
76 protected NotificationDozeHelper getDozer() { in getDozer() method in NotificationViewWrapper