The SDK reference documentation (from the comment in the class) says it isn't, but it's not declared as final as the other non-overridable functions are in ViewGroup. Whilst this isn't a reason to doubt the documentation by itself, one of the SDK examples overrides it:
http://developer.android.com/guide/samples/ApiDemos/src/com/example/android/apis/graphics/PictureLayout.html It is also the only way currently to get notified of a child View being invalidated. Can someone please confirm whether this is intended for overriding or not? Cheers Simon -- 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

