Home
last modified time | relevance | path

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

/packages/apps/Car/libs/car-ui-lib/src/com/android/car/ui/recyclerview/
DCarUiRecyclerView.java109 CarUiRecyclerViewLayout.LINEAR,
110 CarUiRecyclerViewLayout.GRID,
113 public @interface CarUiRecyclerViewLayout { annotation in CarUiRecyclerView
185 @CarUiRecyclerViewLayout int carUiRecyclerViewLayout = in init()
186 a.getInt(R.styleable.CarUiRecyclerView_layoutStyle, CarUiRecyclerViewLayout.LINEAR); in init()
203 if (carUiRecyclerViewLayout == CarUiRecyclerViewLayout.LINEAR) { in init()
/packages/apps/Car/libs/car-ui-lib/tests/unit/src/com/android/car/ui/recyclerview/
DCarUiRecyclerViewTest.java149 .thenReturn(CarUiRecyclerView.CarUiRecyclerViewLayout.GRID); in testGridLayout()
195 .thenReturn(CarUiRecyclerView.CarUiRecyclerViewLayout.LINEAR); in testLinearLayout()