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

<<11121314151617181920>>

  /packages/apps/Phone/src/com/android/phone/
EditPhoneNumberPreference.java 118 public EditPhoneNumberPreference(Context context, AttributeSet attrs) {
119 super(context, attrs);
128 TypedArray a = context.obtainStyledAttributes(attrs,
137 a = context.obtainStyledAttributes(attrs, android.R.styleable.CheckBoxPreference, 0, 0);
InCallMenuView.java 101 // Look up a few styled attrs from IconMenuView and/or MenuView
107 if (DBG) log("- IconMenuView styled attrs: " + a);
114 if (DBG) log("- MenuView styled attrs: " + a);
457 public LayoutParams generateLayoutParams(AttributeSet attrs) {
458 return new InCallMenuView.LayoutParams(getContext(), attrs);
474 public LayoutParams(Context c, AttributeSet attrs) {
475 super(c, attrs);
CallForwardEditPreference.java 36 public CallForwardEditPreference(Context context, AttributeSet attrs) {
37 super(context, attrs);
42 TypedArray a = context.obtainStyledAttributes(attrs,
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
DefaultSuggestionView.java 62 public DefaultSuggestionView(Context context, AttributeSet attrs, int defStyle) {
63 super(context, attrs, defStyle);
67 public DefaultSuggestionView(Context context, AttributeSet attrs) {
68 super(context, attrs);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinKeyboardView.java 56 public LatinKeyboardView(Context context, AttributeSet attrs) {
57 this(context, attrs, 0);
60 public LatinKeyboardView(Context context, AttributeSet attrs, int defStyle) {
61 super(context, attrs, defStyle);
  /cts/tests/tests/widget/src/android/widget/cts/
ImageSwitcherTest.java 72 AttributeSet attrs = Xml.asAttributeSet(parser); local
73 assertNotNull(attrs);
74 new ImageSwitcher(getContext(), attrs); local
FrameLayoutTest.java 92 AttributeSet attrs = getAttributeSet(); local
95 new FrameLayout(mActivity, attrs);
96 new FrameLayout(mActivity, attrs, 0);
279 AttributeSet attrs = getAttributeSet(); local
281 FrameLayout.LayoutParams params = mFrameLayout.generateLayoutParams(attrs);
AdapterViewTest.java 92 AttributeSet attrs = Xml.asAttributeSet(parser); local
96 new MockAdapterView(mActivity, attrs);
98 new MockAdapterView(mActivity, attrs, 0);
648 public MockAdapterView(Context context, AttributeSet attrs) {
649 super(context, attrs);
652 public MockAdapterView(Context context, AttributeSet attrs, int defStyle) {
653 super(context, attrs, defStyle);
ExpandableListViewTest.java 83 AttributeSet attrs = Xml.asAttributeSet(parser); local
84 new ExpandableListView(mContext, attrs);
85 new ExpandableListView(mContext, attrs, 0);
783 public MockExpandableListView(Context context, AttributeSet attrs) {
784 super(context, attrs);
787 public MockExpandableListView(Context context, AttributeSet attrs, int defStyle) {
788 super(context, attrs, defStyle);
GalleryTest.java 110 AttributeSet attrs = Xml.asAttributeSet(parser); local
111 new Gallery(mContext, attrs);
112 new Gallery(mContext, attrs, 0);
294 AttributeSet attrs = Xml.asAttributeSet(parser); local
295 mGallery = new Gallery(mContext, attrs);
297 layoutParams = mGallery.generateLayoutParams(attrs);
  /external/bouncycastle/src/main/java/org/bouncycastle/x509/
X509V2AttributeCertificate.java 260 X509Attribute[] attrs = new X509Attribute[seq.size()]; local
264 attrs[i] = new X509Attribute((ASN1Encodable)seq.getObjectAt(i));
267 return attrs;
  /external/openssl/crypto/store/
str_mem.c 227 STORE_ATTR_INFO *attrs = NULL; local
243 while((attrs = STORE_parse_attrs_next(attribute_context)))
256 sk_STORE_ATTR_INFO_push(context->search_attributes,attrs);
  /external/webkit/WebCore/
Android.derived.mk 135 $(GEN): PRIVATE_CUSTOM_TOOL = perl -I $(PRIVATE_PATH)/bindings/scripts $< --attrs $(xmlns_attrs) --output $(dir $@)
143 $(GEN): PRIVATE_CUSTOM_TOOL = perl -I $(PRIVATE_PATH)/bindings/scripts $< --attrs $(xml_attrs) --output $(dir $@)
154 $(GEN): PRIVATE_CUSTOM_TOOL = perl -I $(PRIVATE_PATH)/bindings/scripts $< --attrs $(xlink_attrs) --output $(dir $@)
  /external/webkit/WebCore/html/
HTMLCanvasElement.cpp 152 CanvasRenderingContext* HTMLCanvasElement::getContext(const String& type, CanvasContextAttributes* attrs)
179 m_context = WebGLRenderingContext::create(this, static_cast<WebGLContextAttributes*>(attrs));
189 UNUSED_PARAM(attrs);
  /frameworks/base/core/java/android/view/animation/
GridLayoutAnimationController.java 109 * @param attrs the attributes of the XML tag that is inflating the
112 public GridLayoutAnimationController(Context context, AttributeSet attrs) {
113 super(context, attrs);
115 TypedArray a = context.obtainStyledAttributes(attrs,
  /frameworks/base/core/tests/coretests/src/android/util/
InternalSelectionView.java 67 public InternalSelectionView(Context context, AttributeSet attrs) {
68 super(context, attrs);
71 attrs, R.styleable.SelectableRowView);
  /frameworks/base/graphics/java/android/graphics/drawable/
InsetDrawable.java 77 AttributeSet attrs)
81 TypedArray a = r.obtainAttributes(attrs,
113 dr = Drawable.createFromXmlInner(r, parser, attrs);
  /libcore/luni/src/main/java/org/apache/xml/dtm/ref/
DTMTreeWalker.java 264 org.xml.sax.helpers.AttributesImpl attrs = local
271 attrs.addAttribute(dtm.getNamespaceURI(i),
282 attrs);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
NewXmlFileWizard.java 168 String attrs = type.getDefaultAttrs(); local
169 if (attrs != null) {
171 sb.append(attrs.replace("\n", "\n ")); //$NON-NLS-1$ //$NON-NLS-2$
  /external/elfutils/tests/
show-die-info.c 83 } attrs[] = variable in typeref:struct:__anon3685
171 #define nattrs (sizeof (attrs) / sizeof (attrs[0]))
214 printf ("%*s Attrs :", n * 5, "");
216 if (dwarf_hasattr (die, attrs[cnt].code))
217 printf (" %s", attrs[cnt].name);
  /frameworks/base/core/java/android/widget/
RelativeLayout.java 172 public RelativeLayout(Context context, AttributeSet attrs) {
173 super(context, attrs);
174 initFromAttributes(context, attrs);
177 public RelativeLayout(Context context, AttributeSet attrs, int defStyle) {
178 super(context, attrs, defStyle);
179 initFromAttributes(context, attrs);
182 private void initFromAttributes(Context context, AttributeSet attrs) {
183 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.RelativeLayout);
    [all...]
  /external/webkit/WebKit/mac/Carbon/
HIViewAdapter.m 194 WindowAttributes attrs;
196 GetWindowAttributes(GetControlOwner(inHIView), &attrs);
198 if (attrs & kWindowCompositingAttribute) {
  /development/samples/Home/src/com/example/android/home/
ApplicationsStackLayout.java 91 public ApplicationsStackLayout(Context context, AttributeSet attrs) {
92 super(context, attrs);
95 context.obtainStyledAttributes(attrs, R.styleable.ApplicationsStackLayout);
  /external/webkit/WebCore/platform/chromium/
ClipboardChromium.cpp 257 NamedNodeMap* attrs = element->attributes(); local
258 unsigned length = attrs->length();
260 Attribute* attr = attrs->attributeItem(i);
  /frameworks/base/core/java/android/preference/
VolumePreference.java 51 public VolumePreference(Context context, AttributeSet attrs) {
52 super(context, attrs);
54 TypedArray a = context.obtainStyledAttributes(attrs,

Completed in 1309 milliseconds

<<11121314151617181920>>