Searched defs:attrs (Results 126 - 150 of 332) sorted by relevance

1234567891011>>

/packages/apps/Calendar/src/com/android/calendar/
H A DColorChipView.java58 public ColorChipView(Context context, AttributeSet attrs) { argument
59 super(context, attrs);
H A DExpandableTextView.java44 public ExpandableTextView(Context context, AttributeSet attrs) { argument
45 super(context, attrs, 0);
49 public ExpandableTextView(Context context, AttributeSet attrs, int defStyle) { argument
50 super(context, attrs, defStyle);
H A DMultiStateButton.java57 public MultiStateButton(Context context, AttributeSet attrs) { argument
58 this(context, attrs, 0);
61 public MultiStateButton(Context context, AttributeSet attrs, int defStyle) { argument
63 super(context, attrs, defStyle);
/packages/apps/Camera/src/com/android/camera/
H A DIconListPreference.java35 public IconListPreference(Context context, AttributeSet attrs) { argument
36 super(context, attrs);
38 attrs, R.styleable.IconListPreference, 0, 0);
/packages/apps/Camera/src/com/android/camera/ui/
H A DBasicSettingPopup.java46 public BasicSettingPopup(Context context, AttributeSet attrs) { argument
47 super(context, attrs);
H A DInLineSettingItem.java49 public InLineSettingItem(Context context, AttributeSet attrs) { argument
50 super(context, attrs);
H A DInLineSettingKnob.java56 public InLineSettingKnob(Context context, AttributeSet attrs) { argument
57 super(context, attrs);
H A DRotateImageView.java51 public RotateImageView(Context context, AttributeSet attrs) { argument
52 super(context, attrs);
H A DRotateLayout.java31 public RotateLayout(Context context, AttributeSet attrs) { argument
32 super(context, attrs);
/packages/apps/Contacts/src/com/android/contacts/
H A DTabStripView.java43 public TabStripView(Context context, AttributeSet attrs) { argument
44 super(context, attrs);
/packages/apps/Contacts/src/com/android/contacts/detail/
H A DCarouselTab.java47 public CarouselTab(Context context, AttributeSet attrs) { argument
48 super(context, attrs);
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DAggregationSuggestionView.java68 public AggregationSuggestionView(Context context, AttributeSet attrs) { argument
69 super(context, attrs);
72 public AggregationSuggestionView(Context context, AttributeSet attrs, int defStyle) { argument
73 super(context, attrs, defStyle);
/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactListFilterView.java45 public ContactListFilterView(Context context, AttributeSet attrs) { argument
46 super(context, attrs);
/packages/apps/Email/src/com/android/email/activity/
H A DMessageCommandButtonView.java58 public MessageCommandButtonView(Context context, AttributeSet attrs, int defStyle) { argument
59 super(context, attrs, defStyle);
62 public MessageCommandButtonView(Context context, AttributeSet attrs) { argument
63 super(context, attrs);
/packages/apps/Email/src/com/android/email/view/
H A DRigidWebView.java42 public RigidWebView(Context context, AttributeSet attrs) { argument
43 super(context, attrs);
45 public RigidWebView(Context context, AttributeSet attrs, int defStyle) { argument
46 super(context, attrs, defStyle);
H A DSizeBoundingFrameLayout.java35 public SizeBoundingFrameLayout(Context context, AttributeSet attrs, int defStyle) { argument
36 super(context, attrs, defStyle);
37 initFromAttributeSet(context, attrs);
40 public SizeBoundingFrameLayout(Context context, AttributeSet attrs) { argument
41 super(context, attrs);
42 initFromAttributeSet(context, attrs);
49 private void initFromAttributeSet(Context c, AttributeSet attrs) { argument
50 TypedArray a = c.obtainStyledAttributes(attrs,
/packages/apps/Gallery/src/com/android/camera/
H A DGalleryPickerItem.java37 public GalleryPickerItem(Context context, AttributeSet attrs) { argument
38 this(context, attrs, 0);
42 AttributeSet attrs,
44 super(context, attrs, defStyle);
41 GalleryPickerItem(Context context, AttributeSet attrs, int defStyle) argument
/packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/
H A DActionBar.java31 public ActionBar(Context context, AttributeSet attrs) { argument
32 super(context, attrs);
H A DEffectsBar.java43 public EffectsBar(Context context, AttributeSet attrs) { argument
44 super(context, attrs);
H A DRestorableView.java42 public RestorableView(Context context, AttributeSet attrs) { argument
43 super(context, attrs);
H A DToolbar.java41 public Toolbar(Context context, AttributeSet attrs) { argument
42 super(context, attrs);
/packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/actions/
H A DColorSeekBar.java47 public ColorSeekBar(Context context, AttributeSet attrs) { argument
48 super(context, attrs);
H A DFullscreenToolView.java36 public FullscreenToolView(Context context, AttributeSet attrs) { argument
37 super(context, attrs);
H A DTouchView.java57 public TouchView(Context context, AttributeSet attrs) { argument
58 super(context, attrs);
/packages/apps/Launcher2/src/com/android/launcher2/
H A DHotseat.java45 public Hotseat(Context context, AttributeSet attrs) { argument
46 this(context, attrs, 0);
49 public Hotseat(Context context, AttributeSet attrs, int defStyle) { argument
50 super(context, attrs, defStyle);
52 TypedArray a = context.obtainStyledAttributes(attrs,

Completed in 3024 milliseconds

1234567891011>>