Searched refs:a2 (Results 1 – 3 of 3) sorted by relevance
/development/tools/axl/ |
D | singletonmixin.py | 123 a2 = A.getInstance() 124 self.assertEquals(id(a1), id(a2))
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
D | GameView.java | 495 int a2, int r2, int g2, int b2) { 496 paint.setARGB(blend(alpha, a1, a2), blend(alpha, r1, r2),
|
/development/samples/ControllerSample/src/com/example/controllersample/ |
D | GameView.java | 460 int a2, int r2, int g2, int b2) { in setPaintARGBBlend() argument 461 paint.setARGB(blend(alpha, a1, a2), blend(alpha, r1, r2), in setPaintARGBBlend()
|