Searched refs:greymatrix (Results 1 – 1 of 1) sorted by relevance
1291 ColorMatrix greymatrix = new ColorMatrix(); in setBackground() local1292 greymatrix.setSaturation(0); in setBackground()1295 greymatrix.postConcat(darkmatrix); in setBackground()1296 ColorFilter filter = new ColorMatrixColorFilter(greymatrix); in setBackground()