HomeSort by relevance Sort by last modified time
    Searched defs:ATTRS (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/widget/
FastScroller.java 60 private static final int[] ATTRS = new int[] {
259 TypedArray ta = context.getTheme().obtainStyledAttributes(ATTRS);
  /frameworks/support/v4/java/android/support/v4/view/
PagerTitleStrip.java 57 private static final int[] ATTRS = new int[] {
70 public PagerTitleStrip(Context context, AttributeSet attrs) {
71 super(context, attrs);
77 final TypedArray a = context.obtainStyledAttributes(attrs, ATTRS);
  /external/libxml2/
HTMLparser.c 516 #define ATTRS COREATTRS,I18N,EVENTS
523 static const char* const html_attrs[] = { ATTRS, NULL } ;
530 static const char* const a_attrs[] = { ATTRS, "charset", "type", "name",
549 static const char* const quote_attrs[] = { ATTRS, "cite", NULL } ;
551 static const char* const body_attrs[] = { ATTRS, "onload", "onunload", NULL } ;
554 static const char* const button_attrs[] = { ATTRS, "name", "value", "type",
558 static const char* const col_attrs[] = { ATTRS, "span", "width", CELLHALIGN, CELLVALIGN, NULL } ;
560 static const char* const edit_attrs[] = { ATTRS, "datetime", "cite", NULL } ;
561 static const char* const compact_attrs[] = { ATTRS, "compact", NULL } ;
568 static const char* const form_attrs[] = { ATTRS, "method", "enctype", "accept", "name", "onsubmit", "onreset", "accept-charset", NULL }
    [all...]

Completed in 1543 milliseconds