This is unfortunately not a public API.

On Mon, Mar 16, 2009 at 3:39 PM, drasticp <[email protected]> wrote:
>
> I'm writing a custom widget in which I need to control the child
> drawing order. My control extends AbsoluteLayout. I can see that
> getChildDrawingOrder is overrideable. The following note is in the
> javadocs for this method:
>
> NOTE: In order for this method to be called, the
> FLAG_USE_CHILD_DRAWING_ORDER must be set.
>
> However, I can find no setter to allow me to set this flag. There are
> setters for similar flags such as the add states for children, but
> seemingly nothing for the child drawing order. GalleryView uses this
> flag, but it does so by accessing mGroupFlags which is a protected and
> hidden property of ViewGroup. What am I missing? Shouldn't this flag
> be exposed in some way to allow widget developers to utilize it?
> >
>



-- 
Romain Guy
Android framework engineer
[email protected]

Note: please don't send private questions to me, as I don't have time
to provide private support.  All such questions should be posted on
public forums, where I and others can see and answer them

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to