Searched refs:attrs (Results 1 - 25 of 527) sorted by relevance

1234567891011>>

/packages/apps/Dialer/src/com/android/dialer/calllog/
H A DCallLogListItemView.java31 public CallLogListItemView(Context context, AttributeSet attrs) { argument
32 super(context, attrs);
35 public CallLogListItemView(Context context, AttributeSet attrs, int defStyle) { argument
36 super(context, attrs, defStyle);
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DAnimatedListView.java29 public AnimatedListView(Context context, AttributeSet attrs) { argument
30 this(context, attrs, 0);
33 public AnimatedListView(Context context, AttributeSet attrs, int defStyle) { argument
34 super(context, attrs, defStyle);
/packages/apps/Browser/src/com/android/browser/view/
H A DCustomScreenLinearLayout.java32 public CustomScreenLinearLayout(Context context, AttributeSet attrs) { argument
33 super(context, attrs);
37 public CustomScreenLinearLayout(Context context, AttributeSet attrs, argument
39 super(context, attrs, defStyle);
H A DStopProgressView.java22 * @param attrs
26 public StopProgressView(Context context, AttributeSet attrs, int defStyle, int styleRes) { argument
27 super(context, attrs, defStyle, styleRes);
28 init(attrs);
33 * @param attrs
36 public StopProgressView(Context context, AttributeSet attrs, int defStyle) { argument
37 super(context, attrs, defStyle);
38 init(attrs);
43 * @param attrs
45 public StopProgressView(Context context, AttributeSet attrs) { argument
58 init(AttributeSet attrs) argument
[all...]
H A DSnapshotGridView.java32 public SnapshotGridView(Context context, AttributeSet attrs) { argument
33 super(context, attrs);
36 public SnapshotGridView(Context context, AttributeSet attrs, int defStyle) { argument
37 super(context, attrs, defStyle);
/packages/apps/Calendar/src/com/android/calendar/recurrencepicker/
H A DLinearLayoutWithMaxWidth.java30 public LinearLayoutWithMaxWidth(Context context, AttributeSet attrs) { argument
31 super(context, attrs);
34 public LinearLayoutWithMaxWidth(Context context, AttributeSet attrs, int defStyle) { argument
35 super(context, attrs, defStyle);
H A DWeekButton.java31 public WeekButton(Context context, AttributeSet attrs) { argument
32 super(context, attrs);
35 public WeekButton(Context context, AttributeSet attrs, int defStyle) { argument
36 super(context, attrs, defStyle);
/packages/apps/Contacts/src/com/android/contacts/widget/
H A DFullHeightLinearLayout.java35 public FullHeightLinearLayout(Context context, AttributeSet attrs) { argument
36 super(context, attrs);
39 public FullHeightLinearLayout(Context context, AttributeSet attrs, int defStyle) { argument
40 super(context, attrs, defStyle);
/packages/apps/Email/src/com/android/email/activity/setup/
H A DPolicyListPreference.java32 public PolicyListPreference(Context ctx, AttributeSet attrs, int defStyle) { argument
33 super(ctx, attrs, defStyle);
36 public PolicyListPreference(Context ctx, AttributeSet attrs) { argument
37 super(ctx, attrs);
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/ui/
H A DIngestGridView.java39 public IngestGridView(Context context, AttributeSet attrs) { argument
40 super(context, attrs);
43 public IngestGridView(Context context, AttributeSet attrs, int defStyle) { argument
44 super(context, attrs, defStyle);
/packages/apps/Launcher2/src/com/android/launcher2/
H A DHolographicImageView.java32 public HolographicImageView(Context context, AttributeSet attrs) { argument
33 this(context, attrs, 0);
36 public HolographicImageView(Context context, AttributeSet attrs, int defStyle) { argument
37 super(context, attrs, defStyle);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DScrimView.java33 public ScrimView(Context context, AttributeSet attrs) { argument
34 this(context, attrs, 0);
37 public ScrimView(Context context, AttributeSet attrs, int defStyle) { argument
38 super(context, attrs, defStyle);
H A DWallpaperRootView.java26 public WallpaperRootView(Context context, AttributeSet attrs) { argument
27 super(context, attrs);
30 public WallpaperRootView(Context context, AttributeSet attrs, int defStyle) { argument
31 super(context, attrs, defStyle);
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
H A DEditorRelativeLayout.java36 public EditorRelativeLayout(Context context, AttributeSet attrs, int defStyle) { argument
37 super(context, attrs, defStyle);
42 public EditorRelativeLayout(Context context, AttributeSet attrs) { argument
43 this(context, attrs, 0);
/packages/apps/Calculator/src/com/android/calculator2/
H A DCalculatorViewPager.java28 public CalculatorViewPager(Context context, AttributeSet attrs) { argument
29 super(context, attrs);
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DContactTileStarredView.java27 public ContactTileStarredView(Context context, AttributeSet attrs) { argument
28 super(context, attrs);
/packages/apps/ContactsCommon/src/com/android/contacts/common/widget/
H A DLayoutSuppressingImageView.java31 public LayoutSuppressingImageView(Context context, AttributeSet attrs) { argument
32 super(context, attrs);
H A DLayoutSuppressingQuickContactBadge.java31 public LayoutSuppressingQuickContactBadge(Context context, AttributeSet attrs) { argument
32 super(context, attrs);
/packages/apps/Settings/src/com/android/settings/
H A DProgressCategoryBase.java24 public ProgressCategoryBase(Context context, AttributeSet attrs) { argument
25 super(context, attrs);
H A DWarnedListPreference.java24 public WarnedListPreference(Context context, AttributeSet attrs) { argument
25 super(context, attrs);
/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothProgressCategory.java26 public BluetoothProgressCategory(Context context, AttributeSet attrs) { argument
27 super(context, attrs, R.string.bluetooth_no_devices_found);
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationPager.java30 public ConversationPager(Context context, AttributeSet attrs) { argument
31 super(context, attrs);
/packages/apps/Calendar/src/com/android/calendar/selectcalendars/
H A DCalendarColorSquare.java33 public CalendarColorSquare(Context context, AttributeSet attrs) { argument
34 super(context, attrs);
37 public CalendarColorSquare(Context context, AttributeSet attrs, int defStyle) { argument
38 super(context, attrs, defStyle);
/packages/apps/Contacts/src/com/android/contacts/detail/
H A DActionsViewContainer.java38 public ActionsViewContainer(Context context, AttributeSet attrs) { argument
39 this(context, attrs, 0);
42 public ActionsViewContainer(Context context, AttributeSet attrs, int defStyle) { argument
43 super(context, attrs, defStyle);
/packages/apps/Gallery2/src/com/android/photos/views/
H A DSquareImageView.java30 public SquareImageView(Context context, AttributeSet attrs) { argument
31 super(context, attrs);
34 public SquareImageView(Context context, AttributeSet attrs, int defStyle) { argument
35 super(context, attrs, defStyle);

Completed in 430 milliseconds

1234567891011>>