Searched refs:attributeSet (Results 1 – 1 of 1) sorted by relevance
192 public Picker(@NonNull Context context, @Nullable AttributeSet attributeSet) { in Picker() argument193 this(context, attributeSet, R.attr.pickerStyle); in Picker()