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

123456

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DSignalClusterView.java62 public SignalClusterView(Context context, AttributeSet attrs, int defStyle) { argument
63 super(context, attrs, defStyle);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyButtonView.java80 public KeyButtonView(Context context, AttributeSet attrs, int defStyle) { argument
84 defStyle, 0);
H A DNotificationRowLayout.java77 public NotificationRowLayout(Context context, AttributeSet attrs, int defStyle) { argument
78 super(context, attrs, defStyle);
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardAccountView.java79 public KeyguardAccountView(Context context, AttributeSet attrs, int defStyle) { argument
80 super(context, attrs, defStyle);
H A DKeyguardMultiUserAvatar.java90 public KeyguardMultiUserAvatar(Context context, AttributeSet attrs, int defStyle) { argument
91 super(context, attrs, defStyle);
H A DKeyguardWidgetCarousel.java49 public KeyguardWidgetCarousel(Context context, AttributeSet attrs, int defStyle) { argument
50 super(context, attrs, defStyle);
/frameworks/base/tests/BiDiTests/src/com/android/bidi/
H A DBiDiTestView.java68 public BiDiTestView(Context context, AttributeSet attrs, int defStyle) { argument
69 super(context, attrs, defStyle);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DTransformsAndAnimationsActivity.java187 public MyLayout(Context context, AttributeSet attrs, int defStyle) { argument
188 super(context, attrs, defStyle);
/frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/
H A DPlaybackView.java101 public PlaybackView(Context context, AttributeSet attrs, int defStyle) { argument
102 super(context, attrs, defStyle);
/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 DTimePicker.java129 public TimePicker(Context context, AttributeSet attrs, int defStyle) { argument
130 super(context, attrs, defStyle);
137 attrs, R.styleable.TimePicker, defStyle, 0);
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.java200 * @param defStyle The default style to apply to this view.
202 public ActivityChooserView(Context context, AttributeSet attrs, int defStyle) { argument
203 super(context, attrs, defStyle);
206 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.java148 public DatePicker(Context context, AttributeSet attrs, int defStyle) { argument
149 super(context, attrs, defStyle);
155 defStyle, 0);
H A DExpandableListView.java201 public ExpandableListView(Context context, AttributeSet attrs, int defStyle) { argument
202 super(context, attrs, defStyle);
205 context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.ExpandableListView, defStyle,
H A DImageView.java113 public ImageView(Context context, AttributeSet attrs, int defStyle) { argument
114 super(context, attrs, defStyle);
118 com.android.internal.R.styleable.ImageView, 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);
/frameworks/base/core/java/android/view/
H A DTextureView.java158 * @param defStyle The default style to apply to this view. If 0, no style
164 public TextureView(Context context, AttributeSet attrs, int defStyle) { argument
165 super(context, attrs, defStyle);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSearchPanelView.java73 public SearchPanelView(Context context, AttributeSet attrs, int defStyle) { argument
74 super(context, attrs, defStyle);
/frameworks/base/core/java/android/webkit/
H A DWebView.java458 * @param defStyle the default style resource ID
460 public WebView(Context context, AttributeSet attrs, int defStyle) { argument
461 this(context, attrs, defStyle, false);
469 * @param defStyle the default style resource ID
479 public WebView(Context context, AttributeSet attrs, int defStyle, argument
481 this(context, attrs, defStyle, null, privateBrowsing);
492 * @param defStyle the default style resource ID
502 protected WebView(Context context, AttributeSet attrs, int defStyle, argument
504 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);
/frameworks/base/core/java/com/android/internal/widget/
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);

Completed in 313 milliseconds

123456