Home
last modified time | relevance | path

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

/packages/apps/Car/libs/car-ui-lib/tests/robotests/src/com/android/car/ui/recyclerview/
DCarUiRecyclerViewTest.java82 assertThat(mCarUiRecyclerView.getEffectiveLayoutManager()).isInstanceOf( in setAdapter_shouldInitializeLinearLayoutManager()
93 assertThat(mCarUiRecyclerView.getEffectiveLayoutManager()).isInstanceOf( in setAdapter_shouldInitializeGridLayoutManager()
111 assertThat(mCarUiRecyclerView.getEffectiveLayoutManager()).isInstanceOf( in init_shouldHaveGridLayout()
/packages/apps/Car/Settings/src/com/android/car/settings/system/
DMasterClearFragment.java116 ? ((CarUiRecyclerView) recyclerView).getEffectiveLayoutManager() in isAtEnd()
/packages/apps/Car/libs/car-ui-lib/src/com/android/car/ui/recyclerview/
DCarUiRecyclerView.java364 public LayoutManager getEffectiveLayoutManager() { in getEffectiveLayoutManager() method in CarUiRecyclerView
/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/widget/
DPagedRecyclerView.java380 public LayoutManager getEffectiveLayoutManager() { in getEffectiveLayoutManager() method in PagedRecyclerView