Home | History | Annotate | Download | only in views

Lines Matching full:children

102         transformations to the current view and in turn affect its children.
215 Iterator that will return each of this view's children, in
230 Iterator that will return each of this view's children, in
303 call postInflate on all of the view's children.
314 /** Override this if you want to handle an inval request from this view or one of its children.
319 //! called once before all of the children are drawn (or clipped/translated)
321 //! called once after all of the children are drawn (or clipped/translated)
332 /** Override this to decide if your children are targets for a click.
333 The default returns true, in which case your children views will be
334 candidates for onFindClickHandler. Returning false wil skip the children