Home
last modified time | relevance | path

Searched refs:g2 (Results 1 – 2 of 2) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/view/
DGameView.java495 int a2, int r2, int g2, int b2) {
497 blend(alpha, g1, g2), blend(alpha, b1, b2));
/development/samples/ControllerSample/src/com/example/controllersample/
DGameView.java460 int a2, int r2, int g2, int b2) { in setPaintARGBBlend() argument
462 blend(alpha, g1, g2), blend(alpha, b1, b2)); in setPaintARGBBlend()