Searched refs:defStyle (Results 126 - 150 of 176) sorted by relevance

12345678

/packages/apps/Contacts/src/com/android/contacts/widget/
H A DInterpolatingLayout.java52 public InterpolatingLayout(Context context, AttributeSet attrs, int defStyle) { argument
53 super(context, attrs, defStyle);
/packages/apps/DeskClock/src/com/android/deskclock/
H A DAnalogClock.java77 int defStyle) {
78 super(context, attrs, defStyle);
76 AnalogClock(Context context, AttributeSet attrs, int defStyle) argument
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/ui/
H A DMtpImageView.java75 public MtpImageView(Context context, AttributeSet attrs, int defStyle) { argument
76 super(context, attrs, defStyle);
/packages/apps/Gallery2/src/com/android/photos/views/
H A DHeaderGridView.java73 public HeaderGridView(Context context, AttributeSet attrs, int defStyle) { argument
74 super(context, attrs, defStyle);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DButtonDropTarget.java72 public ButtonDropTarget(Context context, AttributeSet attrs, int defStyle) { argument
73 super(context, attrs, defStyle);
H A DBubbleTextView.java112 public BubbleTextView(Context context, AttributeSet attrs, int defStyle) { argument
113 super(context, attrs, defStyle);
118 R.styleable.BubbleTextView, defStyle, 0);
/packages/apps/Terminal/src/com/android/terminal/
H A DTerminalView.java142 public TerminalView(Context context, AttributeSet attrs, int defStyle) { argument
143 super(context, attrs, defStyle);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/
H A DTransitionImageView.java97 public TransitionImageView(Context context, AttributeSet attrs, int defStyle) { argument
98 super(context, attrs, defStyle);
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DActionableToastBar.java108 public ActionableToastBar(Context context, AttributeSet attrs, int defStyle) { argument
109 super(context, attrs, defStyle);
H A DSwipeableListView.java89 public SwipeableListView(Context context, AttributeSet attrs, int defStyle) { argument
90 super(context, attrs, defStyle);
/packages/apps/Settings/src/com/android/settings/widget/
H A DChartSweepView.java120 public ChartSweepView(Context context, AttributeSet attrs, int defStyle) { argument
121 super(context, attrs, defStyle);
124 attrs, R.styleable.ChartSweepView, defStyle, 0);
/packages/apps/Browser/src/com/android/browser/
H A DNavigationBarTablet.java70 public NavigationBarTablet(Context context, AttributeSet attrs, int defStyle) { argument
71 super(context, attrs, defStyle);
/packages/apps/Browser/src/com/android/browser/view/
H A DBookmarkExpandableView.java72 Context context, AttributeSet attrs, int defStyle) {
73 super(context, attrs, defStyle);
71 BookmarkExpandableView( Context context, AttributeSet attrs, int defStyle) argument
/packages/apps/Camera/src/com/android/camera/ui/
H A DSwitch.java115 * @param defStyle An attribute ID within the active theme containing a reference to the
118 public Switch(Context context, AttributeSet attrs, int defStyle) { argument
119 super(context, attrs, defStyle);
/packages/apps/Camera2/src/com/android/camera/widget/
H A DFilmstripLayout.java125 public FilmstripLayout(Context context, AttributeSet attrs, int defStyle) { argument
126 super(context, attrs, defStyle);
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DTextFieldsEditorView.java72 public TextFieldsEditorView(Context context, AttributeSet attrs, int defStyle) { argument
73 super(context, attrs, defStyle);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
H A DCropView.java92 public CropView(Context context, AttributeSet attrs, int defStyle) { argument
93 super(context, attrs, defStyle);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DImageCrop.java75 public ImageCrop(Context context, AttributeSet attrs, int defStyle) { argument
76 super(context, attrs, defStyle);
/packages/apps/InCallUI/src/com/android/incallui/
H A DDialpadFragment.java69 public DialpadSlidingLinearLayout(Context context, AttributeSet attrs, int defStyle) { argument
70 super(context, attrs, defStyle);
/packages/apps/Launcher2/src/com/android/launcher2/
H A DDeleteDropTarget.java58 public DeleteDropTarget(Context context, AttributeSet attrs, int defStyle) { argument
59 super(context, attrs, defStyle);
H A DPagedViewCellLayout.java58 public PagedViewCellLayout(Context context, AttributeSet attrs, int defStyle) { argument
59 super(context, attrs, defStyle);
/packages/apps/Music/src/com/android/music/
H A DVerticalTextSpinner.java103 int defStyle) {
104 super(context, attrs, defStyle);
102 VerticalTextSpinner(Context context, AttributeSet attrs, int defStyle) argument
/packages/apps/PhoneCommon/src/com/android/phone/common/dialpad/
H A DDialpadView.java93 public DialpadView(Context context, AttributeSet attrs, int defStyle) { argument
94 super(context, attrs, defStyle);
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
H A DSearchActivityView.java87 public SearchActivityView(Context context, AttributeSet attrs, int defStyle) { argument
88 super(context, attrs, defStyle);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
H A DFrameLayoutWithShadows.java148 public FrameLayoutWithShadows(Context context, AttributeSet attrs, int defStyle) { argument
149 super(context, attrs, defStyle);

Completed in 1270 milliseconds

12345678