/packages/apps/Settings/src/com/android/settings/localepicker/ |
LocaleDragCell.java | 38 public LocaleDragCell(Context context, AttributeSet attrs) { 39 super(context, attrs);
|
/packages/apps/Settings/src/com/android/settings/notification/ |
NotificationSoundPreference.java | 34 public NotificationSoundPreference(Context context, AttributeSet attrs) { 35 super(context, attrs);
|
/packages/apps/Settings/src/com/android/settings/widget/ |
RtlCompatibleViewPager.java | 42 this(context, null /* attrs */); 45 public RtlCompatibleViewPager(Context context, AttributeSet attrs) { 46 super(context, attrs);
|
/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/ |
PhotosDeletionPreference.java | 40 public PhotosDeletionPreference(Context context, AttributeSet attrs) { 41 super(context, attrs);
|
/packages/apps/TV/src/com/android/tv/tuner/layout/ |
ScaledLayout.java | 60 public ScaledLayout(Context context, AttributeSet attrs) { 61 this(context, attrs, 0); 64 public ScaledLayout(Context context, AttributeSet attrs, int defStyle) { 65 super(context, attrs, defStyle); 108 public ScaledLayoutParams(Context context, AttributeSet attrs) { 111 context.obtainStyledAttributes(attrs, R.styleable.utScaledLayout); 125 public LayoutParams generateLayoutParams(AttributeSet attrs) { 126 return new ScaledLayoutParams(getContext(), attrs);
|
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
ConversationListFooterView.java | 42 public ConversationListFooterView(Context context, AttributeSet attrs) { 43 super(context, attrs);
|
MessageWebView.java | 64 public MessageWebView(Context c, AttributeSet attrs) { 65 super(c, attrs);
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
DrawingPreviewPlacerView.java | 36 public DrawingPreviewPlacerView(final Context context, final AttributeSet attrs) { 37 super(context, attrs);
|
/prebuilts/gdb/darwin-x86/lib/python2.7/xml/sax/ |
handler.py | 126 def startElement(self, name, attrs): 130 element type as a string and the attrs parameter holds an 140 def startElementNS(self, name, qname, attrs): 145 name used in the source document, and the attrs parameter
|
/prebuilts/gdb/linux-x86/lib/python2.7/xml/sax/ |
handler.py | 126 def startElement(self, name, attrs): 130 element type as a string and the attrs parameter holds an 140 def startElementNS(self, name, qname, attrs): 145 name used in the source document, and the attrs parameter
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/ |
handler.py | 126 def startElement(self, name, attrs): 130 element type as a string and the attrs parameter holds an 140 def startElementNS(self, name, qname, attrs): 145 name used in the source document, and the attrs parameter
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/sax/ |
handler.py | 126 def startElement(self, name, attrs): 130 element type as a string and the attrs parameter holds an 140 def startElementNS(self, name, qname, attrs): 145 name used in the source document, and the attrs parameter
|
/toolchain/binutils/binutils-2.25/libiberty/ |
simple-object.c | 297 simple_object_release_attributes (simple_object_attributes *attrs) 299 attrs->functions->release_attributes (attrs->data); 300 XDELETE (attrs); 306 simple_object_start_write (simple_object_attributes *attrs, 313 data = attrs->functions->start_write (attrs->data, errmsg, err); 317 ret->functions = attrs->functions;
|
/cts/tests/tests/content/src/android/content/res/cts/ |
Resources_ThemeTest.java | 63 final int[] attrs = new int[1]; local 64 attrs[0] = R.raw.testmp3; 66 TypedArray testTypedArray = mResTheme.obtainStyledAttributes(attrs); 71 testTypedArray = mResTheme.obtainStyledAttributes(R.raw.testmp3, attrs); 78 attrs[0] = R.xml.colors; 79 testTypedArray =mResTheme.obtainStyledAttributes(set, attrs, 0, 0);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_htmlparser.py | 33 def handle_starttag(self, tag, attrs):
34 self.append(("starttag", tag, attrs))
36 def handle_startendtag(self, tag, attrs):
37 self.append(("startendtag", tag, attrs))
68 def handle_starttag(self, tag, attrs):
69 EventCollector.handle_starttag(self, tag, attrs)
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_symbolizer_win.cc | 174 SECURITY_ATTRIBUTES attrs; local 175 attrs.nLength = sizeof(SECURITY_ATTRIBUTES); 176 attrs.bInheritHandle = TRUE; 177 attrs.lpSecurityDescriptor = nullptr; 178 if (!::CreatePipe(stdin_read.receive(), stdin_write.receive(), &attrs, 0) || 179 !::CreatePipe(stdout_read.receive(), stdout_write.receive(), &attrs, 0)) {
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
C_O_L_R_.py | 100 def fromXML(self, name, attrs, content, ttFont): 105 glyphName = attrs["name"] 117 elif "value" in attrs: 118 setattr(self, name, safeEval(attrs["value"])) 154 def fromXML(self, eltname, attrs, content, ttFont): 155 for (name, value) in attrs.items():
|
G_M_A_P_.py | 55 def fromXML(self, name, attrs, content, ttFont): 56 value = attrs["value"] 117 def fromXML(self, name, attrs, content, ttFont): 126 name, attrs, content = element 127 gmapRecord.fromXML(name, attrs, content, ttFont) 129 value = attrs["value"]
|
/frameworks/base/core/java/android/widget/ |
TextInputTimePickerView.java | 65 public TextInputTimePickerView(Context context, AttributeSet attrs) { 66 this(context, attrs, 0); 69 public TextInputTimePickerView(Context context, AttributeSet attrs, int defStyle) { 70 this(context, attrs, defStyle, 0); 73 public TextInputTimePickerView(Context context, AttributeSet attrs, int defStyle, 75 super(context, attrs, defStyle, defStyleRes);
|
YearPickerView.java | 40 public YearPickerView(Context context, AttributeSet attrs) { 41 this(context, attrs, R.attr.listViewStyle); 44 public YearPickerView(Context context, AttributeSet attrs, int defStyleAttr) { 45 this(context, attrs, defStyleAttr, 0); 48 public YearPickerView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { 49 super(context, attrs, defStyleAttr, defStyleRes);
|
/frameworks/base/core/java/com/android/internal/graphics/drawable/ |
AnimationScaleListDrawable.java | 78 @NonNull AttributeSet attrs, @Nullable Theme theme) 80 final TypedArray a = obtainAttributes(r, theme, attrs, 85 inflateChildElements(r, parser, attrs, theme); 94 @NonNull AttributeSet attrs, @Nullable Theme theme) 112 final TypedArray a = obtainAttributes(r, theme, attrs, 127 dr = Drawable.createFromXmlInner(r, parser, attrs, theme);
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
AnimationDrawable.java | 289 public void inflate(Resources r, XmlPullParser parser, AttributeSet attrs, Theme theme) 291 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.AnimationDrawable); 297 inflateChildElements(r, parser, attrs, theme); 302 private void inflateChildElements(Resources r, XmlPullParser parser, AttributeSet attrs, 318 final TypedArray a = obtainAttributes(r, theme, attrs, 340 dr = Drawable.createFromXmlInner(r, parser, attrs, theme);
|
LevelListDrawable.java | 88 public void inflate(Resources r, XmlPullParser parser, AttributeSet attrs, Theme theme) 90 super.inflate(r, parser, attrs, theme); 93 inflateChildElements(r, parser, attrs, theme); 96 private void inflateChildElements(Resources r, XmlPullParser parser, AttributeSet attrs, 115 TypedArray a = obtainAttributes(r, theme, attrs, 144 dr = Drawable.createFromXmlInner(r, parser, attrs, theme);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ |
AssistOrbView.java | 87 public AssistOrbView(Context context, AttributeSet attrs) { 88 this(context, attrs, 0); 91 public AssistOrbView(Context context, AttributeSet attrs, int defStyleAttr) { 92 this(context, attrs, defStyleAttr, 0); 95 public AssistOrbView(Context context, AttributeSet attrs, int defStyleAttr, 97 super(context, attrs, defStyleAttr, defStyleRes);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/tv/ |
PipControlsView.java | 108 public PipControlsView(Context context, AttributeSet attrs) { 109 this(context, attrs, 0, 0); 112 public PipControlsView(Context context, AttributeSet attrs, int defStyleAttr) { 113 this(context, attrs, defStyleAttr, 0); 116 public PipControlsView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { 117 super(context, attrs, defStyleAttr, defStyleRes);
|