public interface OnChildLaidOutListener
Modifier and Type | Method and Description |
---|---|
void |
onChildLaidOut(ViewGroup parent,
View view,
int position,
long id)
Callback method to be invoked when a child of this ViewGroup has been
added to the view hierarchy and has been laid out.
|
void onChildLaidOut(ViewGroup parent, View view, int position, long id)
parent
- The ViewGroup where the layout happened.view
- The view within the ViewGroup that was laid out.position
- The position of the view in the adapter.id
- The id of the child.