Searched refs:darkmatrix (Results 1 – 1 of 1) sorted by relevance
1293 ColorMatrix darkmatrix = new ColorMatrix(); in setBackground() local1294 darkmatrix.setScale(.3f, .3f, .3f, 1.0f); in setBackground()1295 greymatrix.postConcat(darkmatrix); in setBackground()