Home
last modified time | relevance | path

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

/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/widget/
DPagedRecyclerView.java66 @Gutter
78 Gutter.NONE,
79 Gutter.START,
80 Gutter.END,
81 Gutter.BOTH,
85 public @interface Gutter { annotation in PagedRecyclerView
245 mGutter = a.getInt(R.styleable.PagedRecyclerView_gutter, Gutter.BOTH); in init()
615 if ((mGutter & Gutter.START) != 0) { in setNestedViewLayout()
618 if ((mGutter & Gutter.END) != 0) { in setNestedViewLayout()