Android APIs
public interface

OnChildLaidOutListener

android.support.v17.leanback.widget.OnChildLaidOutListener

Class Overview

Interface for receiving notification when a child of this ViewGroup has been laid out.

Summary

Public Methods
abstract 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.

Public Methods

public abstract 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.

Parameters
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.