Searched refs:attrs (Results 101 - 125 of 375) sorted by relevance

1234567891011>>

/packages/apps/Browser/src/com/android/browser/preferences/
H A DWebViewPreview.java37 Context context, AttributeSet attrs, int defStyle) {
38 super(context, attrs, defStyle);
42 public WebViewPreview(Context context, AttributeSet attrs) { argument
43 super(context, attrs);
36 WebViewPreview( Context context, AttributeSet attrs, int defStyle) argument
/packages/apps/Browser/src/com/android/browser/view/
H A DBookmarkContainer.java39 public BookmarkContainer(Context context, AttributeSet attrs) { argument
40 super(context, attrs);
45 Context context, AttributeSet attrs, int defStyle) {
46 super(context, attrs, defStyle);
44 BookmarkContainer( Context context, AttributeSet attrs, int defStyle) argument
/packages/apps/Contacts/src/com/android/contacts/dialpad/
H A DDialpadImageButton.java50 public DialpadImageButton(Context context, AttributeSet attrs) { argument
51 super(context, attrs);
55 public DialpadImageButton(Context context, AttributeSet attrs, int defStyle) { argument
56 super(context, attrs, defStyle);
/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);
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 DNonLockingScrollView.java45 public NonLockingScrollView(Context context, AttributeSet attrs) { argument
46 super(context, attrs);
48 public NonLockingScrollView(Context context, AttributeSet attrs, int defStyle) { argument
49 super(context, attrs, defStyle);
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 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/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/Music/src/com/android/music/
H A DRepeatingImageButton.java42 public RepeatingImageButton(Context context, AttributeSet attrs) { argument
43 this(context, attrs, android.R.attr.imageButtonStyle);
46 public RepeatingImageButton(Context context, AttributeSet attrs, int defStyle) { argument
47 super(context, attrs, defStyle);
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
H A DContactSuggestionView.java41 public ContactSuggestionView(Context context, AttributeSet attrs, int defStyle) { argument
42 super(context, attrs, defStyle);
45 public ContactSuggestionView(Context context, AttributeSet attrs) { argument
46 super(context, attrs);
H A DBaseSuggestionView.java42 public BaseSuggestionView(Context context, AttributeSet attrs, int defStyle) { argument
43 super(context, attrs, defStyle);
46 public BaseSuggestionView(Context context, AttributeSet attrs) { argument
47 super(context, attrs);
/packages/experimental/Bummer/src/com/android/dreams/bummer/
H A DBummerView.java76 public BummerView(Context context, AttributeSet attrs) { argument
77 this(context, attrs, 0);
80 public BummerView(Context context, AttributeSet attrs, int flags) { argument
81 super(context, attrs, flags);
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DBummerView.java76 public BummerView(Context context, AttributeSet attrs) { argument
77 this(context, attrs, 0);
80 public BummerView(Context context, AttributeSet attrs, int flags) { argument
81 super(context, attrs, flags);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
H A DCenteredLinearLayout.java31 public CenteredLinearLayout(Context context, AttributeSet attrs) { argument
32 super(context, attrs);
33 TypedArray a = getContext().obtainStyledAttributes(attrs, R.styleable.CenteredLinearLayout);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ui/
H A DImageButtonTitle.java47 public ImageButtonTitle(Context context, AttributeSet attrs) { argument
48 super(context, attrs);
50 attrs, R.styleable.ImageButtonTitle);
/packages/apps/Browser/src/com/android/browser/
H A DNavTabView.java41 public NavTabView(Context context, AttributeSet attrs, int defStyle) { argument
42 super(context, attrs, defStyle);
46 public NavTabView(Context context, AttributeSet attrs) { argument
47 super(context, attrs);
/packages/apps/Calendar/src/com/android/calendar/
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/Launcher2/src/com/android/launcher2/
H A DButtonDropTarget.java48 public ButtonDropTarget(Context context, AttributeSet attrs) { argument
49 this(context, attrs, 0);
52 public ButtonDropTarget(Context context, AttributeSet attrs, int defStyle) { argument
53 super(context, attrs, defStyle);
H A DInfoDropTarget.java36 public InfoDropTarget(Context context, AttributeSet attrs) { argument
37 this(context, attrs, 0);
40 public InfoDropTarget(Context context, AttributeSet attrs, int defStyle) { argument
41 super(context, attrs, defStyle);
H A DPagedViewWithDraggableItems.java46 public PagedViewWithDraggableItems(Context context, AttributeSet attrs) { argument
47 this(context, attrs, 0);
50 public PagedViewWithDraggableItems(Context context, AttributeSet attrs, int defStyle) { argument
51 super(context, attrs, defStyle);
H A DSmoothPagedView.java66 * @param attrs The attributes set containing the Workspace's customization values.
68 public SmoothPagedView(Context context, AttributeSet attrs) { argument
69 this(context, attrs, 0);
76 * @param attrs The attributes set containing the Workspace's customization values.
79 public SmoothPagedView(Context context, AttributeSet attrs, int defStyle) { argument
80 super(context, attrs, defStyle);
/packages/apps/Phone/src/com/android/phone/
H A DCdmaVoicePrivacyCheckBoxPreference.java36 public CdmaVoicePrivacyCheckBoxPreference(Context context, AttributeSet attrs, int defStyle) { argument
37 super(context, attrs, defStyle);
43 public CdmaVoicePrivacyCheckBoxPreference(Context context, AttributeSet attrs) { argument
44 this(context, attrs, com.android.internal.R.attr.checkBoxPreferenceStyle);
H A DUse2GOnlyCheckBoxPreference.java39 public Use2GOnlyCheckBoxPreference(Context context, AttributeSet attrs) { argument
40 this(context, attrs,com.android.internal.R.attr.checkBoxPreferenceStyle);
43 public Use2GOnlyCheckBoxPreference(Context context, AttributeSet attrs, int defStyle) { argument
44 super(context, attrs, defStyle);

Completed in 1064 milliseconds

1234567891011>>