Home
last modified time | relevance | path

Searched refs:onLayoutCompleted (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
DLinearLayoutManager.java642 public void onLayoutCompleted(RecyclerView.State state) { in onLayoutCompleted() method in LinearLayoutManager
643 super.onLayoutCompleted(state); in onLayoutCompleted()
DRecyclerView.java3621 mLayout.onLayoutCompleted(mState); in dispatchLayoutStep3()
7425 public void onLayoutCompleted(State state) { in onLayoutCompleted() method in RecyclerView.LayoutManager