Searched refs:Gutter (Results 1 – 1 of 1) sorted by relevance
66 @Gutter78 Gutter.NONE,79 Gutter.START,80 Gutter.END,81 Gutter.BOTH,85 public @interface Gutter { annotation in PagedRecyclerView245 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()