Beispiel #1
0
 @Override
 public Surface setAlpha(float alpha) {
   canvas.setAlpha(alpha);
   return this;
 }