Searched refs:colorAlpha (Results 1 – 2 of 2) sorted by relevance
1207 float colorAlpha = 1 - (float) Math.pow(linearBeforeIntermediate, TILE_EXPONENT); in updatePhotoTintAndDropShadow() local1208 mColorMatrix.postConcat(alphaMatrix(colorAlpha, mHeaderTintColor)); in updatePhotoTintAndDropShadow()
778 float colorAlpha = cappedRatio * currentAlpha; in drawMixed() local779 setAlpha(colorAlpha); in drawMixed()