Searched refs:defStyleAttr (Results 226 - 229 of 229) sorted by relevance

12345678910

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DStaggeredGridLayoutManager.java208 public StaggeredGridLayoutManager(Context context, AttributeSet attrs, int defStyleAttr, argument
210 Properties properties = getProperties(context, attrs, defStyleAttr, defStyleRes);
H A DRecyclerView.java473 int defStyleAttr, int defStyleRes) {
493 constructorArgs = new Object[]{context, attrs, defStyleAttr, defStyleRes};
7904 int defStyleAttr, int defStyleRes) {
7907 defStyleAttr, defStyleRes);
472 createLayoutManager(Context context, String className, AttributeSet attrs, int defStyleAttr, int defStyleRes) argument
7903 getProperties(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) argument
/frameworks/base/core/java/android/view/
H A DView.java3842 * supply <code>R.attr.buttonStyle</code> for <var>defStyleAttr</var>; this
3849 * @param defStyleAttr An attribute in the current theme that contains a
3854 public View(Context context, @Nullable AttributeSet attrs, int defStyleAttr) { argument
3855 this(context, attrs, defStyleAttr, 0);
3868 * <li>The default style specified by <var>defStyleAttr</var>.
3882 * @param defStyleAttr An attribute in the current theme that contains a
3887 * defStyleAttr is 0 or can not be found in the theme. Can be 0
3891 public View(Context context, @Nullable AttributeSet attrs, int defStyleAttr, int defStyleRes) { argument
3895 attrs, com.android.internal.R.styleable.View, defStyleAttr, defStyleRes);
/frameworks/base/core/java/android/widget/
H A DEditor.java2648 public CustomPopupWindow(Context context, int defStyleAttr) { argument
2649 super(context, null, defStyleAttr);

Completed in 567 milliseconds

12345678910