Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
H A DMediaOutputBaseDialog.java206 public void onLayoutCompleted(RecyclerView.State state) { in onLayoutCompleted() method in MediaOutputBaseDialog.LayoutManagerWrapper
207 super.onLayoutCompleted(state); in onLayoutCompleted()
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DGridLayoutManager.java177 public void onLayoutCompleted(RecyclerView.State state) { in onLayoutCompleted() method in GridLayoutManager
178 super.onLayoutCompleted(state); in onLayoutCompleted()
H A DLinearLayoutManager.java642 public void onLayoutCompleted(RecyclerView.State state) { in onLayoutCompleted() method in LinearLayoutManager
643 super.onLayoutCompleted(state); in onLayoutCompleted()
H A DRecyclerView.java3742 mLayout.onLayoutCompleted(mState); in dispatchLayoutStep3()
7546 public void onLayoutCompleted(State state) { in onLayoutCompleted() method in RecyclerView.LayoutManager