FileDocCategorySizeDatePackage
OnChildSelectedListener.javaAPI DocAndroid 5.1 API1604Thu Mar 12 22:22:56 GMT 2015android.support.v17.leanback.widget

OnChildSelectedListener

public interface OnChildSelectedListener
Interface definition for a callback to be invoked when a child of this viewgroup has been selected.

Fields Summary
Constructors Summary
Methods Summary
public voidonChildSelected(android.view.ViewGroup parent, android.view.View view, int position, long id)
Callback method to be invoked when a child of this viewgroup has been selected.

This method may be called during layout, so implementations of this interface need to be careful not to ... (todo).

param
parent The ViewGroup where the selection happened.
param
view The view within the ViewGroup that is selected, or null if no view is selected.
param
position The position of the view in the adapter, or NO_POSITION if no view is selected.
param
id The id of the child that is selected, or NO_ID if no view is selected.