Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DRecyclerView.java145 private static final int[] CLIP_TO_PADDING_ATTR = {android.R.attr.clipToPadding}; field in RecyclerView
538 TypedArray a = context.obtainStyledAttributes(attrs, CLIP_TO_PADDING_ATTR, defStyle, 0); in RecyclerView()