Searched defs:defStyle (Results 1 - 25 of 201) sorted by relevance

123456789

/packages/apps/Calendar/src/com/android/calendar/selectcalendars/
H A DCalendarColorSquare.java37 public CalendarColorSquare(Context context, AttributeSet attrs, int defStyle) { argument
38 super(context, attrs, defStyle);
/packages/apps/Contacts/src/com/android/contacts/detail/
H A DTransformableImageView.java37 public TransformableImageView(Context context, AttributeSet attrs, int defStyle) { argument
38 super(context, attrs, defStyle);
H A DActionsViewContainer.java42 public ActionsViewContainer(Context context, AttributeSet attrs, int defStyle) { argument
43 super(context, attrs, defStyle);
/packages/apps/Dialer/src/com/android/dialer/calllog/
H A DCallLogListItemView.java35 public CallLogListItemView(Context context, AttributeSet attrs, int defStyle) { argument
36 super(context, attrs, defStyle);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DScrimView.java37 public ScrimView(Context context, AttributeSet attrs, int defStyle) { argument
38 super(context, attrs, defStyle);
H A DWallpaperRootView.java30 public WallpaperRootView(Context context, AttributeSet attrs, int defStyle) { argument
31 super(context, attrs, defStyle);
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
H A DEnterSubject.java37 public EnterSubject(Context context, AttributeSet attrs, int defStyle) { argument
38 super(context, attrs, defStyle);
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DAnimatedListView.java33 public AnimatedListView(Context context, AttributeSet attrs, int defStyle) { argument
34 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);
/packages/services/Telephony/src/com/android/phone/
H A DMultiLineTitleEditTextPreference.java48 public MultiLineTitleEditTextPreference(Context context, AttributeSet attrs, int defStyle) { argument
49 super(context, attrs, defStyle);
/packages/apps/Browser/src/com/android/browser/
H A DBrowserWebViewFactory.java35 protected WebView instantiateWebView(AttributeSet attrs, int defStyle, argument
37 return new BrowserWebView(mContext, attrs, defStyle, privateBrowsing);
/packages/apps/Browser/src/com/android/browser/preferences/
H A DFontSizePreview.java36 Context context, AttributeSet attrs, int defStyle) {
37 super(context, attrs, defStyle);
35 FontSizePreview( Context context, AttributeSet attrs, int defStyle) argument
H A DInvertedContrastPreview.java45 Context context, AttributeSet attrs, int defStyle) {
46 super(context, attrs, defStyle);
44 InvertedContrastPreview( Context context, AttributeSet attrs, int defStyle) argument
/packages/apps/Browser/src/com/android/browser/view/
H A DCustomScreenLinearLayout.java38 int defStyle) {
39 super(context, attrs, defStyle);
37 CustomScreenLinearLayout(Context context, AttributeSet attrs, int defStyle) argument
H A DEventRedirectingFrameLayout.java39 Context context, AttributeSet attrs, int defStyle) {
40 super(context, attrs, defStyle);
38 EventRedirectingFrameLayout( Context context, AttributeSet attrs, int defStyle) argument
H A DSnapshotGridView.java36 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.java34 public LinearLayoutWithMaxWidth(Context context, AttributeSet attrs, int defStyle) { argument
35 super(context, attrs, defStyle);
H A DWeekButton.java35 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.java39 public FullHeightLinearLayout(Context context, AttributeSet attrs, int defStyle) { argument
40 super(context, attrs, defStyle);
H A DTransitionAnimationView.java41 public TransitionAnimationView(Context context, AttributeSet attrs, int defStyle) { argument
42 super(context, attrs, defStyle);
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DAutoScrollListView.java46 public AutoScrollListView(Context context, AttributeSet attrs, int defStyle) { argument
47 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);
/packages/apps/Gallery/src/com/android/camera/
H A DActionMenuButton.java52 public ActionMenuButton(Context context, AttributeSet attrs, int defStyle) { argument
53 super(context, attrs, defStyle);
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/ui/
H A DIngestGridView.java43 public IngestGridView(Context context, AttributeSet attrs, int defStyle) { argument
44 super(context, attrs, defStyle);
/packages/apps/Gallery2/src/com/android/photos/views/
H A DSquareImageView.java34 public SquareImageView(Context context, AttributeSet attrs, int defStyle) { argument
35 super(context, attrs, defStyle);

Completed in 410 milliseconds

123456789