requestLayout() itself does not lead to a draw pass but some views might react to a Layout change by calling invalidate. On Oct 20, 2012 12:59 PM, "Satya Komatineni" <[email protected]> wrote:
> For a UI action in the same thread: > > //On my view I call requestLayout() > ViewRoot schedules a traversal > > //I don't call invalidate() on my view > So, no rectangle is invalid (I am assuming that is the assertion > because I didn't call invalidate) > > > Is it possible that the layout phase may invalidate() some of the > views? I suppose for those views that don't change their position or > size, I am assuming onDraw() won't be called. > > Wondering if someone could comment on this. > > Thanks a lot. > Satya > > -- > 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 > -- 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

