Searched refs:CLIP_TO_PADDING_ATTR (Results 1 – 1 of 1) sorted by relevance
145 private static final int[] CLIP_TO_PADDING_ATTR = {android.R.attr.clipToPadding}; field in RecyclerView538 TypedArray a = context.obtainStyledAttributes(attrs, CLIP_TO_PADDING_ATTR, defStyle, 0); in RecyclerView()