Android APIs
public interface

OnChildLaidOutListener

android.support.v17.leanback.widget.OnChildLaidOutListener

Class Overview

Interface definition for a callback to be invoked 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 view hierarchy 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 view hierarchy laid out.

Parameters
parent The ViewGroup where the layout happened.
view The view within the ViewGroup that is selected, or null if no view is selected.
position The position of the view in the adapter.
id The id of the child.