HomeSort by relevance Sort by last modified time
    Searched refs:attrs (Results 376 - 400 of 607) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/java/android/view/animation/
AnimationSet.java 59 * @param attrs Attribute set from which to read values
61 public AnimationSet(Context context, AttributeSet attrs) {
62 super(context, attrs);
65 context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.AnimationSet);
  /frameworks/base/graphics/java/android/graphics/drawable/
AnimatedRotateDrawable.java 214 public void inflate(Resources r, XmlPullParser parser, AttributeSet attrs)
217 final TypedArray a = r.obtainAttributes(attrs, R.styleable.AnimatedRotateDrawable);
249 if ((drawable = Drawable.createFromXmlInner(r, parser, attrs)) == null) {
NinePatchDrawable.java 228 public void inflate(Resources r, XmlPullParser parser, AttributeSet attrs)
230 super.inflate(r, parser, attrs);
232 TypedArray a = r.obtainAttributes(attrs, com.android.internal.R.styleable.NinePatchDrawable);
RotateDrawable.java 199 public void inflate(Resources r, XmlPullParser parser, AttributeSet attrs)
202 TypedArray a = r.obtainAttributes(attrs,
255 if ((drawable = Drawable.createFromXmlInner(r, parser, attrs)) == null) {
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
ShapeDrawableTest.java 346 AttributeSet attrs = Xml.asAttributeSet(parser); local
348 shapeDrawable.inflate(res, parser, attrs);
388 AttributeSet attrs) {
394 return super.inflateTag(name, r, parser, attrs);
PaintDrawableTest.java 246 AttributeSet attrs) {
247 return super.inflateTag(name, r, parser, attrs);
  /cts/tests/tests/widget/src/android/widget/cts/
CheckedTextViewTest.java 358 public MockCheckedTextView(Context context, AttributeSet attrs) {
359 super(context, attrs, 0);
362 public MockCheckedTextView(Context context, AttributeSet attrs, int defStyle) {
363 super(context, attrs, defStyle);
CompoundButtonTest.java 435 public MockCompoundButton(Context context, AttributeSet attrs) {
436 super(context, attrs, 0);
439 public MockCompoundButton(Context context, AttributeSet attrs, int defStyle) {
440 super(context, attrs, defStyle);
MediaControllerTest.java 101 final AttributeSet attrs = Xml.asAttributeSet(parser); local
102 new MediaController(mActivity, attrs);
280 final AttributeSet attrs = Xml.asAttributeSet(parser); local
281 mMediaController = new MediaController(mActivity, attrs);
DatePickerTest.java 247 public MockDatePicker(Context context, AttributeSet attrs) {
248 super(context, attrs);
  /external/clearsilver/util/
wdb.h 53 dictCtx attrs; member in struct:_wdb
  /external/v8/src/
platform-openbsd.cc 446 pthread_mutexattr_t attrs; local
447 int result = pthread_mutexattr_init(&attrs);
449 result = pthread_mutexattr_settype(&attrs, PTHREAD_MUTEX_RECURSIVE);
451 result = pthread_mutex_init(&mutex_, &attrs);
  /external/webkit/WebCore/xml/
XPathStep.cpp 346 NamedNodeMap* attrs = context->attributes(); local
347 if (!attrs)
350 for (unsigned i = 0; i < attrs->length(); ++i) {
351 RefPtr<Attr> attr = attrs->attributeItem(i)->createAttrIfNeeded(static_cast<Element*>(context));
  /frameworks/base/core/java/android/widget/
AdapterView.java 223 public AdapterView(Context context, AttributeSet attrs) {
224 super(context, attrs);
227 public AdapterView(Context context, AttributeSet attrs, int defStyle) {
228 super(context, attrs, defStyle);
    [all...]
VideoView.java 99 public VideoView(Context context, AttributeSet attrs) {
100 this(context, attrs, 0);
104 public VideoView(Context context, AttributeSet attrs, int defStyle) {
105 super(context, attrs, defStyle);
Gallery.java 177 public Gallery(Context context, AttributeSet attrs) {
178 this(context, attrs, R.attr.galleryStyle);
181 public Gallery(Context context, AttributeSet attrs, int defStyle) {
182 super(context, attrs, defStyle);
188 attrs, com.android.internal.R.styleable.Gallery, defStyle, 0);
317 public ViewGroup.LayoutParams generateLayoutParams(AttributeSet attrs) {
318 return new LayoutParams(getContext(), attrs);
    [all...]
  /packages/apps/Music/src/com/android/music/
VerticalTextSpinner.java 98 public VerticalTextSpinner(Context context, AttributeSet attrs) {
99 this(context, attrs, 0);
102 public VerticalTextSpinner(Context context, AttributeSet attrs,
104 super(context, attrs, defStyle);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/
AttrsXmlParser.java 94 * @return The OS path of the attrs.xml file parsed
181 * Creates an XML document from the attrs.xml OS path.
284 ArrayList<AttributeInfo> attrs = new ArrayList<AttributeInfo>(); local
298 attrs.add(info);
307 return new DeclareStyleableInfo(styleName, attrs.toArray(new AttributeInfo[attrs.size()]));
  /libcore/luni/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DOM2DTM.java 145 NamedNodeMap attrs=m_root.getAttributes(); local
146 int attrsize=(attrs==null) ? 0 : attrs.getLength();
155 attrIndex=addNode(attrs.item(i),0,attrIndex,NULL);
158 // Terminate list of attrs, and make sure they aren't
163 } // if attrs exist
533 NamedNodeMap attrs=next.getAttributes(); local
534 int attrsize=(attrs==null) ? 0 : attrs.getLength();
542 attrIndex=addNode(attrs.item(i)
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java 72 public CellLayout(Context context, AttributeSet attrs) {
73 this(context, attrs, 0);
76 public CellLayout(Context context, AttributeSet attrs, int defStyle) {
77 super(context, attrs, defStyle);
78 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.CellLayout, defStyle, 0);
841 public ViewGroup.LayoutParams generateLayoutParams(AttributeSet attrs) {
842 return new CellLayout.LayoutParams(getContext(), attrs);
896 public LayoutParams(Context c, AttributeSet attrs) {
897 super(c, attrs);
    [all...]
  /build/tools/droiddoc/templates/
class.cs 23 <?cs if:subcount(cl.attrs) ?>
34 <?cs if:subcount(class.attrs) ?>
35 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#lattrs">XML Attrs</a>
39 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhattrs">Inherited XML Attrs</a>
219 <?cs def:write_attr_summary(attrs, included) ?>
226 <?cs each:attr=attrs ?>
269 <?cs if:subcount(class.attrs) ?>
272 <?cs call:write_attr_summary(class.attrs, 1) ?>
275 <?cs # if there are inherited attrs, write the table ?>
283 <?cs if:subcount(cl.attrs) ?
    [all...]
  /cts/tests/tests/view/src/android/view/animation/cts/
AccelerateInterpolatorTest.java 82 AttributeSet attrs = Xml.asAttributeSet(parser); local
83 new AccelerateInterpolator(mActivity, attrs);
DecelerateInterpolatorTest.java 88 AttributeSet attrs = Xml.asAttributeSet(parser); local
89 new DecelerateInterpolator(mActivity, attrs);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
InternalSelectionView.java 69 public InternalSelectionView(Context context, AttributeSet attrs) {
70 super(context, attrs);
  /frameworks/base/core/java/android/app/
WallpaperInfo.java 103 AttributeSet attrs = Xml.asAttributeSet(parser); local
116 TypedArray sa = res.obtainAttributes(attrs,

Completed in 1207 milliseconds

<<11121314151617181920>>