public interface OnChildLaidOutListener
android.support.v17.leanback.widget.OnChildLaidOutListener |
此ViewGroup的子项已布置时接收通知的界面。
Public methods |
|
---|---|
abstract void |
onChildLaidOut(ViewGroup parent, View view, int position, long id) 当此ViewGroup的子项已添加到视图层次结构并已布置时,将调用回调方法。 |
void onChildLaidOut (ViewGroup parent, View view, int position, long id)
当此ViewGroup的子项已添加到视图层次结构并已布置时,将调用回调方法。
Parameters | |
---|---|
parent |
ViewGroup : The ViewGroup where the layout happened. |
view |
View : The view within the ViewGroup that was laid out. |
position |
int : The position of the view in the adapter. |
id |
long : The id of the child. |