HomeSort by relevance Sort by last modified time
    Searched refs:defStyle (Results 351 - 375 of 491) sorted by null

<<11121314151617181920

  /packages/apps/MusicFX/src/com/android/musicfx/seekbar/
ProgressBar.java 238 public ProgressBar(Context context, AttributeSet attrs, int defStyle) {
239 this(context, attrs, defStyle, 0);
245 public ProgressBar(Context context, AttributeSet attrs, int defStyle, int styleRes) {
246 super(context, attrs, defStyle);
251 context.obtainStyledAttributes(attrs, R.styleable.ProgressBar, defStyle, styleRes);
    [all...]
  /frameworks/base/core/java/android/gesture/
GestureOverlayView.java 137 public GestureOverlayView(Context context, AttributeSet attrs, int defStyle) {
138 super(context, attrs, defStyle);
141 R.styleable.GestureOverlayView, defStyle, 0);
  /frameworks/base/core/java/android/widget/
ActivityChooserView.java 207 * @param defStyle The default style to apply to this view.
209 public ActivityChooserView(Context context, AttributeSet attrs, int defStyle) {
210 super(context, attrs, defStyle);
213 R.styleable.ActivityChooserView, defStyle, 0);
AutoCompleteTextView.java 136 public AutoCompleteTextView(Context context, AttributeSet attrs, int defStyle) {
137 super(context, attrs, defStyle);
146 attrs, com.android.internal.R.styleable.AutoCompleteTextView, defStyle, 0);
    [all...]
DatePicker.java 152 public DatePicker(Context context, AttributeSet attrs, int defStyle) {
153 super(context, attrs, defStyle);
159 defStyle, 0);
SlidingDrawer.java 195 * @param defStyle The style to apply to this widget.
197 public SlidingDrawer(Context context, AttributeSet attrs, int defStyle) {
198 super(context, attrs, defStyle);
199 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.SlidingDrawer, defStyle, 0);
    [all...]
Switch.java 142 * @param defStyle An attribute ID within the active theme containing a reference to the
145 public Switch(Context context, AttributeSet attrs, int defStyle) {
146 super(context, attrs, defStyle);
154 com.android.internal.R.styleable.Switch, defStyle, 0);
TimePicker.java 134 public TimePicker(Context context, AttributeSet attrs, int defStyle) {
135 super(context, attrs, defStyle);
142 attrs, R.styleable.TimePicker, defStyle, 0);
  /frameworks/base/core/java/com/android/internal/widget/
ActionBarContextView.java 77 public ActionBarContextView(Context context, AttributeSet attrs, int defStyle) {
78 super(context, attrs, defStyle);
80 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.ActionMode, defStyle, 0);
SizeAdaptiveLayout.java 91 public SizeAdaptiveLayout(Context context, AttributeSet attrs, int defStyle) {
92 super(context, attrs, defStyle);
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ActivityChooserView.java 206 * @param defStyle The default style to apply to this view.
208 public ActivityChooserView(Context context, AttributeSet attrs, int defStyle) {
209 super(context, attrs, defStyle);
212 R.styleable.ActivityChooserView, defStyle, 0);
ProgressBarICS.java 108 public ProgressBarICS(Context context, AttributeSet attrs, int defStyle, int styleRes) {
109 super(context, attrs, defStyle);
114 defStyle, styleRes);
  /packages/apps/Launcher3/src/com/android/launcher3/
Cling.java 97 public Cling(Context context, AttributeSet attrs, int defStyle) {
98 super(context, attrs, defStyle);
100 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.Cling, defStyle, 0);
  /packages/apps/Settings/src/com/android/settings/widget/
ChartSweepView.java 119 public ChartSweepView(Context context, AttributeSet attrs, int defStyle) {
120 super(context, attrs, defStyle);
123 attrs, R.styleable.ChartSweepView, defStyle, 0);
  /sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar 
  /cts/tests/tests/widget/src/android/widget/cts/
AdapterViewTest.java 441 public MockAdapterView(Context context, AttributeSet attrs, int defStyle) {
442 super(context, attrs, defStyle);
CompoundButtonTest.java 333 public MockCompoundButton(Context context, AttributeSet attrs, int defStyle) {
334 super(context, attrs, defStyle);
ExpandableListViewTest.java 556 public MockExpandableListView(Context context, AttributeSet attrs, int defStyle) {
557 super(context, attrs, defStyle);
  /development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
InsertionListView.java 81 public InsertionListView(Context context, AttributeSet attrs, int defStyle) {
82 super(context, attrs, defStyle);
  /development/samples/devbytes/animation/ListViewDraggingAnimation/src/com/example/android/listviewdragginganimation/
DynamicListView.java 103 public DynamicListView(Context context, AttributeSet attrs, int defStyle) {
104 super(context, attrs, defStyle);
  /development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
ExpandingListView.java 59 public ExpandingListView(Context context, AttributeSet attrs, int defStyle) {
60 super(context, attrs, defStyle);
  /development/samples/devbytes/graphics/FoldingLayout/src/com/example/android/foldinglayout/
FoldingLayout.java 115 public FoldingLayout(Context context, AttributeSet attrs, int defStyle) {
116 super(context, attrs, defStyle);
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardWidgetFrame.java 98 public KeyguardWidgetFrame(Context context, AttributeSet attrs, int defStyle) {
99 super(context, attrs, defStyle);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
BatteryMeterView.java 175 public BatteryMeterView(Context context, AttributeSet attrs, int defStyle) {
176 super(context, attrs, defStyle);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DatePicker.java 95 public DatePicker(Context context, AttributeSet attrs, int defStyle) {
96 super(context, attrs, defStyle);

Completed in 1735 milliseconds

<<11121314151617181920