arnesgurda / color-picker-view

Automatically exported from code.google.com/p/color-picker-view
0 stars 0 forks source link

AlphaPatternDrawable - avoid using of Bitmap #8

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago

There is a patch, I changed the code to not use Bitmap, but implementing 
drawing directly on Canvas.

Original issue reported on code.google.com by igor.isr...@gmail.com on 22 Jul 2012 at 6:23

Attachments:

GoogleCodeExporter commented 9 years ago
Actually the use of a bitmap was intentionall I believe, as the pattered image 
won't have to be generated each time draw is called which can be a lot in a 
very short time causing the app to freeze.

Original comment by daniel.n...@gmail.com on 17 Oct 2012 at 4:43