Searched refs:mColorMatrix (Results 1 – 2 of 2) sorted by relevance
164 private final ColorMatrix mColorMatrix = new ColorMatrix(); field in MultiShrinkScroller1101 mColorMatrix.reset(); in updatePhotoTintAndDropShadow()1117 mColorMatrix.setSaturation(alpha); in updatePhotoTintAndDropShadow()1118 mColorMatrix.postConcat(alphaMatrix(alpha, Color.WHITE)); in updatePhotoTintAndDropShadow()1119 mColorMatrix.postConcat(multiplyBlendMatrix(mHeaderTintColor, tint)); in updatePhotoTintAndDropShadow()1122 mColorMatrix.reset(); in updatePhotoTintAndDropShadow()1123 mColorMatrix.postConcat(alphaMatrix(DESIRED_INTERMEDIATE_LETTER_TILE_ALPHA, in updatePhotoTintAndDropShadow()1139 mColorMatrix.postConcat(alphaMatrix(colorAlpha, mHeaderTintColor)); in updatePhotoTintAndDropShadow()1144 mPhotoView.setColorFilter(new ColorMatrixColorFilter(mColorMatrix)); in updatePhotoTintAndDropShadow()
85 private ColorMatrix mColorMatrix = new ColorMatrix(); field in TransitionImageView146 mColorMatrix.setSaturation(mSrc.getSaturation()); in initializeView()147 mBitmapDrawable.setColorFilter(new ColorMatrixColorFilter(mColorMatrix)); in initializeView()258 mColorMatrix.setSaturation(mSrc.getSaturation() + mSaturationDiff * mProgress); in setProgress()259 mBitmapDrawable.setColorFilter(new ColorMatrixColorFilter(mColorMatrix)); in setProgress()