On Fri, Jan 23, 2009 at 1:57 AM, Dianne Hackborn <[email protected]> wrote: > On Thu, Jan 22, 2009 at 2:40 PM, Stoyan Damov <[email protected]> > wrote: >> >> I wish someone read my post about the >> surfaceHolder.lockCanvas(dirtyRectangle) post too :) > > I read it, but lockCanvas() is used by the system fairly extensively and > works in those cases. Without having simple easy to run code that > demonstrates the problem, there is not much help that can be offered.
Hang on - my problem is not related to locking the entire surface, but only a part of it, passing a dirty rectangle. Locking the entire surface works, locking a part of it doesn't. I would assume that lockCanvas(dirtyRect) is widely used in the system but would appreciate you confirming that. Cheers, Stoyan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

