BaseGridView.OnLayoutCompletedListener
public
static
interface
BaseGridView.OnLayoutCompletedListener
androidx.leanback.widget.BaseGridView.OnLayoutCompletedListener |
Interface for receiving notification when BaseGridView has completed a full layout calculation.
Summary
Public methods | |
---|---|
abstract
void
|
onLayoutCompleted(RecyclerView.State state)
Called after a full layout calculation is finished. |
Public methods
onLayoutCompleted
public abstract void onLayoutCompleted (RecyclerView.State state)
Called after a full layout calculation is finished.
Parameters | |
---|---|
state |
RecyclerView.State : Transient state of RecyclerView
|