Hi, I used to have a custom ViewGroup with static transformation. This means a child with negative position may be translated to positive position with the transformation matrix when being drawn. The whole thing works fine before jelly bean. However, in JB with hardware acceleration, the draw() function of children with negative position seems not being called at all. Is there any way that I can make it draws without turning off hardware acceleration? I tried to trace View.java and ViewGroup.java, but I still can't find which part make my ViewGroup behaves differently from it used to.
Thanks. -- 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

