public interface

BaseGridView.OnLayoutCompletedListener

 androidx.leanback.widget.BaseGridView.OnLayoutCompletedListener

Overview

Interface for receiving notification when BaseGridView has completed a full layout calculation.

Summary

Methods
public voidonLayoutCompleted(RecyclerView.State state)

Called after a full layout calculation is finished.

Methods

public void onLayoutCompleted(RecyclerView.State state)

Called after a full layout calculation is finished.

Parameters:

state: Transient state of RecyclerView