/frameworks/base/tools/layoutlib/bridge/src/com/google/android/maps/ |
MapView.java | 47 * @param attrs An AttributeSet passed to our parent. 49 public MapView(Context context, AttributeSet attrs) { 50 this(context, attrs, com.android.internal.R.attr.mapViewStyle); 56 * @param attrs An AttributeSet passed to our parent. 59 public MapView(Context context, AttributeSet attrs, int defStyle) { 60 super(context, attrs, defStyle);
|
/packages/apps/Browser/src/com/android/browser/ |
PageProgressView.java | 46 * @param attrs 49 public PageProgressView(Context context, AttributeSet attrs, int defStyle) { 50 super(context, attrs, defStyle); 56 * @param attrs 58 public PageProgressView(Context context, AttributeSet attrs) { 59 super(context, attrs);
|
/external/webkit/LayoutTests/dom/xhtml/level1/core/ |
xhtml1-strict.dtd | 167 <!ENTITY % attrs "%coreattrs; %i18n; %events;"> 306 %attrs; 342 %attrs; 349 %attrs; 356 %attrs; 363 %attrs; 375 %attrs; 380 %attrs; 385 %attrs; 390 %attrs; [all...] |
/external/webkit/LayoutTests/dom/xhtml/level2/core/ |
xhtml1-strict.dtd | 167 <!ENTITY % attrs "%coreattrs; %i18n; %events;"> 306 %attrs; 342 %attrs; 349 %attrs; 356 %attrs; 363 %attrs; 375 %attrs; 380 %attrs; 385 %attrs; 390 %attrs; [all...] |
/external/webkit/LayoutTests/dom/xhtml/level2/events/ |
xhtml1-strict.dtd | 167 <!ENTITY % attrs "%coreattrs; %i18n; %events;"> 306 %attrs; 342 %attrs; 349 %attrs; 356 %attrs; 363 %attrs; 375 %attrs; 380 %attrs; 385 %attrs; 390 %attrs; [all...] |
/external/webkit/LayoutTests/dom/xhtml/level2/html/ |
xhtml1-strict.dtd | 167 <!ENTITY % attrs "%coreattrs; %i18n; %events;"> 306 %attrs; 342 %attrs; 349 %attrs; 356 %attrs; 363 %attrs; 375 %attrs; 380 %attrs; 385 %attrs; 390 %attrs; [all...] |
/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
xhtml1-strict.dtd | 167 <!ENTITY % attrs "%coreattrs; %i18n; %events;"> 306 %attrs; 342 %attrs; 349 %attrs; 356 %attrs; 363 %attrs; 375 %attrs; 380 %attrs; 385 %attrs; 390 %attrs; [all...] |
/cts/tests/tests/widget/src/android/widget/cts/ |
RadioButtonTest.java | 71 AttributeSet attrs = mContext.getResources().getLayout(R.layout.radiogroup_1); local 72 assertNotNull(attrs); 81 new RadioButton(mContext, attrs); 83 new RadioButton(null, attrs); 89 new RadioButton(mContext, attrs, 0); 91 new RadioButton(null, attrs, 0); 96 new RadioButton(mContext, attrs, Integer.MAX_VALUE); 97 new RadioButton(mContext, attrs, Integer.MIN_VALUE);
|
/frameworks/base/tests/appwidgets/AppWidgetHostTest/src/com/android/tests/appwidgethost/ |
AppWidgetContainerView.java | 29 public AppWidgetContainerView(Context context, AttributeSet attrs) { 30 super(context, attrs);
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
ContactTileDarkFrequentView.java | 25 public ContactTileDarkFrequentView(Context context, AttributeSet attrs) { 26 super(context, attrs);
|
/packages/apps/Contacts/src/com/android/contacts/widget/ |
ProportionalLayout.java | 70 public ProportionalLayout(Context context, AttributeSet attrs) { 71 super(context, attrs); 72 initFromAttributes(context, attrs); 75 public ProportionalLayout(Context context, AttributeSet attrs, int defStyle) { 76 super(context, attrs, defStyle); 77 initFromAttributes(context, attrs); 80 private void initFromAttributes(Context context, AttributeSet attrs) { 81 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.ProportionalLayout);
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
StrokedTextView.java | 50 public StrokedTextView(Context context, AttributeSet attrs) { 51 super(context, attrs); 52 init(context, attrs, 0); 55 public StrokedTextView(Context context, AttributeSet attrs, int defStyle) { 56 super(context, attrs, defStyle); 57 init(context, attrs, defStyle); 60 private void init(Context context, AttributeSet attrs, int defStyle) { 61 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.StrokedTextView,
|
/packages/apps/Settings/src/com/android/settings/wifi/ |
AccessPointCategoryForSetupWizardXL.java | 26 public AccessPointCategoryForSetupWizardXL(Context context, AttributeSet attrs) { 27 super(context, attrs);
|
/development/apps/Development/src/com/android/development/ |
LogTextBox.java | 45 public LogTextBox(Context context, AttributeSet attrs) { 46 this(context, attrs, android.R.attr.textViewStyle); 49 public LogTextBox(Context context, AttributeSet attrs, int defStyle) { 50 super(context, attrs, defStyle);
|
/development/samples/ApiDemos/src/com/example/android/apis/text/ |
LogTextBox.java | 42 public LogTextBox(Context context, AttributeSet attrs) { 43 this(context, attrs, android.R.attr.textViewStyle); 46 public LogTextBox(Context context, AttributeSet attrs, int defStyle) { 47 super(context, attrs, defStyle);
|
/development/samples/CrossCompatibility/src/com/example/android/touchexample/ |
TouchExampleView.java | 37 public TouchExampleView(Context context, AttributeSet attrs) { 38 this(context, attrs, 0); 41 public TouchExampleView(Context context, AttributeSet attrs, int defStyle) { 42 super(context, attrs, defStyle);
|
/external/bluetooth/glib/tests/ |
gio-ls.c | 66 const gchar *attrs; local 69 attrs = long_attrs; 71 attrs = short_attrs; 78 GFileEnumerator *enumerator = g_file_enumerate_children (top, attrs,
|
/external/clang/include/clang/Basic/ |
TargetBuiltins.h | 22 #define BUILTIN(ID, TYPE, ATTRS) BI##ID, 32 #define BUILTIN(ID, TYPE, ATTRS) BI##ID, 42 #define BUILTIN(ID, TYPE, ATTRS) BI##ID, 53 #define BUILTIN(ID, TYPE, ATTRS) BI##ID,
|
/frameworks/base/core/java/android/widget/ |
Space.java | 33 public Space(Context context, AttributeSet attrs, int defStyle) { 34 super(context, attrs, defStyle); 43 public Space(Context context, AttributeSet attrs) { 44 this(context, attrs, 0);
|
/frameworks/base/core/java/com/android/internal/widget/ |
DialogTitle.java | 32 public DialogTitle(Context context, AttributeSet attrs, 34 super(context, attrs, defStyle); 37 public DialogTitle(Context context, AttributeSet attrs) { 38 super(context, attrs);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
CompatModeButton.java | 36 public CompatModeButton(Context context, AttributeSet attrs) { 37 this(context, attrs, 0); 40 public CompatModeButton(Context context, AttributeSet attrs, int defStyle) { 41 super(context, attrs);
|
/frameworks/base/tools/layoutlib/bridge/src/android/view/ |
SurfaceView.java | 40 public SurfaceView(Context context, AttributeSet attrs) { 41 this(context, attrs , 0); 44 public SurfaceView(Context context, AttributeSet attrs, int defStyle) { 45 super(context, attrs, defStyle);
|
/packages/apps/Browser/src/com/android/browser/preferences/ |
SeekBarSummaryPreference.java | 35 Context context, AttributeSet attrs, int defStyle) { 36 super(context, attrs, defStyle); 40 public SeekBarSummaryPreference(Context context, AttributeSet attrs) { 41 super(context, attrs);
|
/packages/apps/Browser/src/com/android/browser/view/ |
BookmarkContainer.java | 38 public BookmarkContainer(Context context, AttributeSet attrs) { 39 super(context, attrs); 44 Context context, AttributeSet attrs, int defStyle) { 45 super(context, attrs, defStyle);
|
EventRedirectingFrameLayout.java | 34 public EventRedirectingFrameLayout(Context context, AttributeSet attrs) { 35 super(context, attrs); 39 Context context, AttributeSet attrs, int defStyle) { 40 super(context, attrs, defStyle);
|