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

<<11121314151617181920>>

  /frameworks/base/graphics/java/android/graphics/drawable/
BitmapDrawable.java 362 public void inflate(Resources r, XmlPullParser parser, AttributeSet attrs)
364 super.inflate(r, parser, attrs);
366 TypedArray a = r.obtainAttributes(attrs, com.android.internal.R.styleable.BitmapDrawable);
LayerDrawable.java 107 public void inflate(Resources r, XmlPullParser parser, AttributeSet attrs)
109 super.inflate(r, parser, attrs);
125 TypedArray a = r.obtainAttributes(attrs,
154 dr = Drawable.createFromXmlInner(r, parser, attrs);
  /external/libxml2/
relaxng.c 163 xmlRelaxNGDefinePtr attrs; /* list of attributes for elements */ member in struct:_xmlRelaxNGDefine
271 xmlRelaxNGDefinePtr *attrs; /* the array of attributes definitions */ member in struct:_xmlRelaxNGInterleaveGroup
304 int maxAttrs; /* the size of attrs */
308 xmlAttrPtr *attrs; /* the array of attributes */ member in struct:_xmlRelaxNGValidState
946 if (group->attrs != NULL)
947 xmlFree(group->attrs);
972 if ((define->type == XML_RELAXNG_VALUE) && (define->attrs != NULL)) {
977 lib->freef(lib->data, (void *) define->attrs);
1184 xmlAttrPtr attrs[MAX_ATTR]; local
1280 xmlAttrPtr *attrs; local
    [all...]
  /frameworks/base/services/java/com/android/server/
WindowManagerService.java     [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
RadioGroupTest.java 93 AttributeSet attrs = getAttributeSet(R.layout.radiogroup_1); local
94 new RadioGroup(mContext, attrs);
369 AttributeSet attrs = getAttributeSet(R.layout.radiogroup_1); local
370 layoutParams = mDefaultRadioGroup.generateLayoutParams(attrs);
  /external/kernel-headers/original/linux/
sysfs.h 26 struct attribute ** attrs; member in struct:attribute_group
  /external/v8/src/
platform-freebsd.cc 473 pthread_mutexattr_t attrs; local
474 int result = pthread_mutexattr_init(&attrs);
476 result = pthread_mutexattr_settype(&attrs, PTHREAD_MUTEX_RECURSIVE);
478 result = pthread_mutex_init(&mutex_, &attrs);
platform-linux.cc 567 pthread_mutexattr_t attrs; local
568 int result = pthread_mutexattr_init(&attrs);
570 result = pthread_mutexattr_settype(&attrs, PTHREAD_MUTEX_RECURSIVE);
572 result = pthread_mutex_init(&mutex_, &attrs);
  /external/webkit/JavaScriptCore/runtime/
JSObject.cpp 677 unsigned attrs = current.attributesWithOverride(descriptor); local
679 attrs |= Setter;
681 attrs |= Getter;
682 putDirect(propertyName, getterSetter, attrs);
  /external/webkit/WebCore/html/
HTMLTokenizer.cpp 151 if (!attrs) {
152 attrs = NamedMappedAttrMap::create();
153 attrs->reserveInitialCapacity(10);
155 attrs->insertAttribute(a.release(), viewSourceMode);
    [all...]
HTMLTokenizer.h 74 attrs = 0;
86 RefPtr<NamedMappedAttrMap> attrs; member in struct:WebCore::Token
  /frameworks/base/core/java/android/preference/
Preference.java 179 * @param attrs The attributes of the XML tag that is inflating the preference.
187 public Preference(Context context, AttributeSet attrs, int defStyle) {
190 TypedArray a = context.obtainStyledAttributes(attrs,
262 * @param attrs The attributes of the XML tag that is inflating the
266 public Preference(Context context, AttributeSet attrs) {
267 this(context, attrs, 0);
    [all...]
  /frameworks/base/core/java/android/view/
SurfaceView.java 173 public SurfaceView(Context context, AttributeSet attrs) {
174 super(context, attrs);
178 public SurfaceView(Context context, AttributeSet attrs, int defStyle) {
179 super(context, attrs, defStyle);
ViewRoot.java 442 public void setView(View view, WindowManager.LayoutParams attrs,
447 mWindowAttributes.copyFrom(attrs);
448 attrs = mWindowAttributes;
469 attrs.backup();
470 mTranslator.translateWindowLayout(attrs);
472 if (DEBUG_LAYOUT) Log.d(TAG, "WindowLayout in setView:" + attrs);
475 attrs.flags |= WindowManager.LayoutParams.FLAG_COMPATIBLE_WINDOW;
478 mSoftInputMode = attrs.softInputMode;
509 attrs.restore();
528 "Unable to add window -- token " + attrs.toke
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
ContactHeaderWidget.java 163 public ContactHeaderWidget(Context context, AttributeSet attrs) {
164 this(context, attrs, 0);
167 public ContactHeaderWidget(Context context, AttributeSet attrs, int defStyle) {
168 super(context, attrs, defStyle);
  /frameworks/base/test-runner/src/android/test/mock/
MockResources.java 184 public TypedArray obtainAttributes(AttributeSet set, int[] attrs) {
  /packages/apps/Settings/src/com/android/settings/applications/
RunningProcessesView.java 199 public TimeTicker(Context context, AttributeSet attrs) {
200 super(context, attrs);
432 public RunningProcessesView(Context context, AttributeSet attrs) {
433 super(context, attrs);
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
RepoSource.java 499 NamedNodeMap attrs = child.getAttributes(); local
504 Node attr = attrs.getNamedItem(xmlns);
609 NamedNodeMap attrs = node.getAttributes(); local
610 Node typeNode = attrs.getNamedItem(SdkRepository.ATTR_TYPE);
    [all...]
  /prebuilt/sdk/6/
android.jar 
  /cts/tests/tests/content/src/android/content/res/cts/
TypedArrayTest.java 67 final int[] attrs = R.styleable.style1; local
68 mTypedArray = getContext().getTheme().obtainStyledAttributes(R.style.Whatever, attrs);
78 * Test all get attrs methods, all test value are in styles.xml and attrs.xml.
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
LayerDrawableTest.java 97 AttributeSet attrs = DrawableTestUtils.getAttributeSet(parser, "layer-list_full"); local
99 layerDrawable.inflate(mContext.getResources(), parser, attrs); local
114 attrs = DrawableTestUtils.getAttributeSet(parser, "layer-list_empty");
115 layerDrawable.inflate(mContext.getResources(), parser, attrs); local
119 attrs = DrawableTestUtils.getAttributeSet(parser, "layer-list_exception");
121 layerDrawable.inflate(mContext.getResources(), parser, attrs); local
128 layerDrawable.inflate(null, parser, attrs);
134 layerDrawable.inflate(mContext.getResources(), null, attrs); local
    [all...]
  /cts/tests/tests/view/src/android/view/animation/cts/
CycleInterpolatorTest.java 78 AttributeSet attrs = Xml.asAttributeSet(parser); local
79 new CycleInterpolator(mActivity, attrs);
  /development/samples/NotePad/src/com/example/android/notepad/
NoteEditor.java 83 public LinedEditText(Context context, AttributeSet attrs) {
84 super(context, attrs);
  /frameworks/base/core/java/android/app/
NativeActivity.java 117 public NativeContentView(Context context, AttributeSet attrs) {
118 super(context, attrs);
  /frameworks/base/core/java/android/app/admin/
DeviceAdminInfo.java 188 AttributeSet attrs = Xml.asAttributeSet(parser); local
201 TypedArray sa = res.obtainAttributes(attrs,

Completed in 271 milliseconds

<<11121314151617181920>>