Searched refs:mColorMatrix (Results 1 – 2 of 2) sorted by relevance
170 private final ColorMatrix mColorMatrix = new ColorMatrix(); field in MultiShrinkScroller1170 mColorMatrix.reset(); in updatePhotoTintAndDropShadow()1186 mColorMatrix.setSaturation(alpha); in updatePhotoTintAndDropShadow()1187 mColorMatrix.postConcat(alphaMatrix(alpha, Color.WHITE)); in updatePhotoTintAndDropShadow()1188 mColorMatrix.postConcat(multiplyBlendMatrix(mHeaderTintColor, tint)); in updatePhotoTintAndDropShadow()1191 mColorMatrix.reset(); in updatePhotoTintAndDropShadow()1192 mColorMatrix.postConcat(alphaMatrix(DESIRED_INTERMEDIATE_LETTER_TILE_ALPHA, in updatePhotoTintAndDropShadow()1208 mColorMatrix.postConcat(alphaMatrix(colorAlpha, mHeaderTintColor)); in updatePhotoTintAndDropShadow()1213 mPhotoView.setColorFilter(new ColorMatrixColorFilter(mColorMatrix)); in updatePhotoTintAndDropShadow()
396 private final ColorMatrix mColorMatrix = new ColorMatrix(); field in AllSetActivity.BgDrawable398 new ColorMatrixColorFilter(mColorMatrix);436 mColorMatrix.getArray()[19] = mapBoundToRange(mProgress, 0, 1, 0, -255, LINEAR); in draw()437 mColorFilter.setColorMatrix(mColorMatrix); in draw()