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