Searched refs:defStyle (Results 76 - 100 of 143) sorted by relevance

123456

/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
H A DSurfaceAndTextureViews.java167 private SimpleTextureView(Context context, AttributeSet attrs, int defStyle) { argument
168 super(context, attrs, defStyle);
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
H A DActionMenuItemView.java63 public ActionMenuItemView(Context context, AttributeSet attrs, int defStyle) { argument
64 super(context, attrs, defStyle);
H A DListMenuItemView.java62 public ListMenuItemView(Context context, AttributeSet attrs, int defStyle) { argument
68 attrs, R.styleable.MenuView, defStyle, 0);
/frameworks/base/core/java/android/widget/
H A DAbsSeekBar.java68 public AbsSeekBar(Context context, AttributeSet attrs, int defStyle) { argument
69 super(context, attrs, defStyle);
72 com.android.internal.R.styleable.SeekBar, defStyle, 0);
H A DFrameLayout.java100 public FrameLayout(Context context, AttributeSet attrs, int defStyle) { argument
101 super(context, attrs, defStyle);
104 defStyle, 0);
H A DQuickContactBadge.java87 public QuickContactBadge(Context context, AttributeSet attrs, int defStyle) { argument
88 super(context, attrs, defStyle);
H A DSpinner.java138 * @param defStyle The default style to apply to this view. If 0, no style
143 public Spinner(Context context, AttributeSet attrs, int defStyle) { argument
144 this(context, attrs, defStyle, MODE_THEME);
155 * @param defStyle The default style to apply to this view. If 0, no style
164 public Spinner(Context context, AttributeSet attrs, int defStyle, int mode) { argument
165 super(context, attrs, defStyle);
168 com.android.internal.R.styleable.Spinner, defStyle, 0);
181 final DropdownPopup popup = new DropdownPopup(context, attrs, defStyle);
H A DProgressBar.java245 public ProgressBar(Context context, AttributeSet attrs, int defStyle) { argument
246 this(context, attrs, defStyle, 0);
252 public ProgressBar(Context context, AttributeSet attrs, int defStyle, int styleRes) { argument
253 super(context, attrs, defStyle);
258 context.obtainStyledAttributes(attrs, R.styleable.ProgressBar, defStyle, styleRes);
H A DActivityChooserView.java207 * @param defStyle The default style to apply to this view.
209 public ActivityChooserView(Context context, AttributeSet attrs, int defStyle) { argument
210 super(context, attrs, defStyle);
213 R.styleable.ActivityChooserView, defStyle, 0);
H A DAutoCompleteTextView.java136 public AutoCompleteTextView(Context context, AttributeSet attrs, int defStyle) { argument
137 super(context, attrs, defStyle);
146 attrs, com.android.internal.R.styleable.AutoCompleteTextView, defStyle, 0);
H A DDatePicker.java152 public DatePicker(Context context, AttributeSet attrs, int defStyle) { argument
153 super(context, attrs, defStyle);
159 defStyle, 0);
H A DSlidingDrawer.java195 * @param defStyle The style to apply to this widget.
197 public SlidingDrawer(Context context, AttributeSet attrs, int defStyle) { argument
198 super(context, attrs, defStyle);
199 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.SlidingDrawer, defStyle, 0);
H A DSwitch.java142 * @param defStyle An attribute ID within the active theme containing a reference to the
145 public Switch(Context context, AttributeSet attrs, int defStyle) { argument
146 super(context, attrs, defStyle);
154 com.android.internal.R.styleable.Switch, defStyle, 0);
H A DTimePicker.java134 public TimePicker(Context context, AttributeSet attrs, int defStyle) { argument
135 super(context, attrs, defStyle);
142 attrs, R.styleable.TimePicker, defStyle, 0);
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DActionBarContextView.java62 public ActionBarContextView(Context context, AttributeSet attrs, int defStyle) { argument
63 super(context, attrs, defStyle);
65 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.ActionMode, defStyle, 0);
H A DAbsSpinnerICS.java62 AbsSpinnerICS(Context context, AttributeSet attrs, int defStyle) { argument
63 super(context, attrs, defStyle);
H A DActivityChooserView.java206 * @param defStyle The default style to apply to this view.
208 public ActivityChooserView(Context context, AttributeSet attrs, int defStyle) { argument
209 super(context, attrs, defStyle);
212 R.styleable.ActivityChooserView, defStyle, 0);
/frameworks/base/core/java/android/view/
H A DTextureView.java159 * @param defStyle The default style to apply to this view. If 0, no style
165 public TextureView(Context context, AttributeSet attrs, int defStyle) { argument
166 super(context, attrs, defStyle);
/frameworks/base/core/java/com/android/internal/widget/
H A DSubtitleView.java82 public SubtitleView(Context context, AttributeSet attrs, int defStyle) { argument
87 attrs, android.R.styleable.TextView, defStyle, 0);
H A DActionBarContextView.java77 public ActionBarContextView(Context context, AttributeSet attrs, int defStyle) { argument
78 super(context, attrs, defStyle);
80 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.ActionMode, defStyle, 0);
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardWidgetCarousel.java47 public KeyguardWidgetCarousel(Context context, AttributeSet attrs, int defStyle) { argument
48 super(context, attrs, defStyle);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSearchPanelView.java72 public SearchPanelView(Context context, AttributeSet attrs, int defStyle) { argument
73 super(context, attrs, defStyle);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyButtonView.java86 public KeyButtonView(Context context, AttributeSet attrs, int defStyle) { argument
90 defStyle, 0);
/frameworks/base/core/java/android/webkit/
H A DWebView.java452 * @param defStyle the default style resource ID
454 public WebView(Context context, AttributeSet attrs, int defStyle) { argument
455 this(context, attrs, defStyle, false);
463 * @param defStyle the default style resource ID
473 public WebView(Context context, AttributeSet attrs, int defStyle, argument
475 this(context, attrs, defStyle, null, privateBrowsing);
486 * @param defStyle the default style resource ID
496 protected WebView(Context context, AttributeSet attrs, int defStyle, argument
498 super(context, attrs, defStyle);
/frameworks/base/core/java/android/gesture/
H A DGestureOverlayView.java137 public GestureOverlayView(Context context, AttributeSet attrs, int defStyle) { argument
138 super(context, attrs, defStyle);
141 R.styleable.GestureOverlayView, defStyle, 0);

Completed in 495 milliseconds

123456