Searched refs:onLayoutCompleted (Results 1 – 3 of 3) sorted by relevance
177 public void onLayoutCompleted(RecyclerView.State state) { in onLayoutCompleted() method in GridLayoutManager178 super.onLayoutCompleted(state); in onLayoutCompleted()
642 public void onLayoutCompleted(RecyclerView.State state) { in onLayoutCompleted() method in LinearLayoutManager643 super.onLayoutCompleted(state); in onLayoutCompleted()
3742 mLayout.onLayoutCompleted(mState); in dispatchLayoutStep3()7546 public void onLayoutCompleted(State state) { in onLayoutCompleted() method in RecyclerView.LayoutManager