Searched defs:attrs (Results 176 - 200 of 332) sorted by relevance

1234567891011>>

/packages/apps/Calculator/src/com/android/calculator2/
H A DCalculatorEditText.java44 public CalculatorEditText(Context context, AttributeSet attrs) { argument
45 super(context, attrs);
H A DColorButton.java44 public ColorButton(Context context, AttributeSet attrs) { argument
45 super(context, attrs);
/packages/apps/Camera/src/com/android/camera/
H A DListPreference.java43 public ListPreference(Context context, AttributeSet attrs) { argument
44 super(context, attrs);
47 attrs, R.styleable.ListPreference, 0, 0);
/packages/apps/Camera/src/com/android/camera/ui/
H A DEffectSettingPopup.java60 public EffectSettingPopup(Context context, AttributeSet attrs) { argument
61 super(context, attrs);
H A DFaceView.java51 public FaceView(Context context, AttributeSet attrs) { argument
52 super(context, attrs);
H A DIndicatorControlBar.java43 public IndicatorControlBar(Context context, AttributeSet attrs) { argument
44 super(context, attrs);
H A DIndicatorControlBarContainer.java43 public IndicatorControlBarContainer(Context context, AttributeSet attrs) { argument
44 super(context, attrs);
H A DOtherSettingsPopup.java92 public OtherSettingsPopup(Context context, AttributeSet attrs) { argument
93 super(context, attrs);
H A DZoomControlBar.java44 public ZoomControlBar(Context context, AttributeSet attrs) { argument
45 super(context, attrs);
/packages/apps/Contacts/src/com/android/contacts/calllog/
H A DCallTypeIconsView.java47 public CallTypeIconsView(Context context, AttributeSet attrs) { argument
48 super(context, attrs);
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DBaseRawContactEditorView.java61 public BaseRawContactEditorView(Context context, AttributeSet attrs) { argument
62 super(context, attrs);
H A DEventFieldEditorView.java67 public EventFieldEditorView(Context context, AttributeSet attrs) { argument
68 super(context, attrs);
71 public EventFieldEditorView(Context context, AttributeSet attrs, int defStyle) { argument
72 super(context, attrs, defStyle);
H A DPhoneticNameEditorView.java166 public PhoneticNameEditorView(Context context, AttributeSet attrs) { argument
167 super(context, attrs);
170 public PhoneticNameEditorView(Context context, AttributeSet attrs, int defStyle) { argument
171 super(context, attrs, defStyle);
H A DPhotoEditorView.java56 public PhotoEditorView(Context context, AttributeSet attrs) { argument
57 super(context, attrs);
H A DRawContactReadOnlyEditorView.java83 public RawContactReadOnlyEditorView(Context context, AttributeSet attrs) { argument
84 super(context, attrs);
/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactListPinnedHeaderView.java55 public ContactListPinnedHeaderView(Context context, AttributeSet attrs) { argument
56 super(context, attrs);
59 TypedArray a = getContext().obtainStyledAttributes(attrs, R.styleable.ContactListItemView);
H A DContactTileView.java50 public ContactTileView(Context context, AttributeSet attrs) { argument
51 super(context, attrs);
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DFloatingChildLayout.java55 public FloatingChildLayout(Context context, AttributeSet attrs) { argument
56 super(context, attrs);
/packages/apps/Contacts/src/com/android/contacts/widget/
H A DProportionalLayout.java70 public ProportionalLayout(Context context, AttributeSet attrs) { argument
71 super(context, attrs);
72 initFromAttributes(context, attrs);
75 public ProportionalLayout(Context context, AttributeSet attrs, int defStyle) { argument
76 super(context, attrs, defStyle);
77 initFromAttributes(context, attrs);
80 private void initFromAttributes(Context context, AttributeSet attrs) { argument
81 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.ProportionalLayout);
H A DSearchEditText.java49 public SearchEditText(Context context, AttributeSet attrs) { argument
50 super(context, attrs);
H A DTransitionAnimationView.java60 public TransitionAnimationView(Context context, AttributeSet attrs) { argument
61 this(context, attrs, 0);
64 public TransitionAnimationView(Context context, AttributeSet attrs, int defStyle) { argument
65 super(context, attrs, defStyle);
68 attrs, R.styleable.TransitionAnimationView);
/packages/apps/DeskClock/src/com/android/deskclock/
H A DDigitalClock.java103 public DigitalClock(Context context, AttributeSet attrs) { argument
104 super(context, attrs);
/packages/apps/Email/src/com/android/email/activity/
H A DMailboxListItem.java68 public MailboxListItem(Context context, AttributeSet attrs) { argument
69 super(context, attrs);
72 public MailboxListItem(Context context, AttributeSet attrs, int defStyle) { argument
73 super(context, attrs, defStyle);
/packages/apps/Email/src/com/android/email/view/
H A DCertificateSelector.java59 public CertificateSelector(Context context, AttributeSet attrs) { argument
60 super(context, attrs);
62 public CertificateSelector(Context context, AttributeSet attrs, int defStyle) { argument
63 super(context, attrs, defStyle);
/packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/
H A DPhotoView.java36 public PhotoView(Context context, AttributeSet attrs) { argument
37 super(context, attrs);

Completed in 245 milliseconds

1234567891011>>