Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleOverflowContainerView.java79 private class OverflowGridLayoutManager extends GridLayoutManager { class in BubbleOverflowContainerView
80 OverflowGridLayoutManager(Context context, int columns) { in OverflowGridLayoutManager() method in BubbleOverflowContainerView.OverflowGridLayoutManager
175 new OverflowGridLayoutManager(getContext(), columns)); in updateOverflow()