Searched refs:attr (Results 26 - 50 of 150) sorted by relevance

123456

/frameworks/base/core/java/android/preference/
H A DCheckBoxPreference.java31 * @attr ref android.R.styleable#CheckBoxPreference_summaryOff
32 * @attr ref android.R.styleable#CheckBoxPreference_summaryOn
33 * @attr ref android.R.styleable#CheckBoxPreference_disableDependentsState
50 this(context, attrs, com.android.internal.R.attr.checkBoxPreferenceStyle);
/frameworks/base/core/java/android/widget/
H A DImageButton.java83 this(context, attrs, com.android.internal.R.attr.imageButtonStyle);
H A DSeekBar.java34 * @attr ref android.R.styleable#SeekBar_thumb
79 this(context, attrs, com.android.internal.R.attr.seekBarStyle);
H A DRelativeLayout.java67 * @attr ref android.R.styleable#RelativeLayout_gravity
68 * @attr ref android.R.styleable#RelativeLayout_ignoreGravity
240 * @attr ref android.R.styleable#RelativeLayout_ignoreGravity
255 * @attr ref android.R.styleable#RelativeLayout_gravity
275 * @attr ref android.R.styleable#RelativeLayout_gravity
1119 * @attr ref android.R.styleable#RelativeLayout_Layout_layout_alignWithParentIfMissing
1120 * @attr ref android.R.styleable#RelativeLayout_Layout_layout_toLeftOf
1121 * @attr ref android.R.styleable#RelativeLayout_Layout_layout_toRightOf
1122 * @attr ref android.R.styleable#RelativeLayout_Layout_layout_above
1123 * @attr re
[all...]
H A DTextView.java150 * @attr ref android.R.styleable#TextView_text
151 * @attr ref android.R.styleable#TextView_bufferType
152 * @attr ref android.R.styleable#TextView_hint
153 * @attr ref android.R.styleable#TextView_textColor
154 * @attr ref android.R.styleable#TextView_textColorHighlight
155 * @attr ref android.R.styleable#TextView_textColorHint
156 * @attr ref android.R.styleable#TextView_textAppearance
157 * @attr ref android.R.styleable#TextView_textColorLink
158 * @attr ref android.R.styleable#TextView_textSize
159 * @attr re
[all...]
H A DEditText.java56 this(context, attrs, com.android.internal.R.attr.editTextStyle);
H A DExpandableListView.java72 * @attr ref android.R.styleable#ExpandableListView_groupIndicator
73 * @attr ref android.R.styleable#ExpandableListView_indicatorLeft
74 * @attr ref android.R.styleable#ExpandableListView_indicatorRight
75 * @attr ref android.R.styleable#ExpandableListView_childIndicator
76 * @attr ref android.R.styleable#ExpandableListView_childIndicatorLeft
77 * @attr ref android.R.styleable#ExpandableListView_childIndicatorRight
78 * @attr ref android.R.styleable#ExpandableListView_childDivider
165 {R.attr.state_expanded};
169 {R.attr.state_empty};
173 {R.attr
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DDialogTitle.java59 android.R.styleable.TextAppearance, android.R.attr.textAppearanceMedium,
/frameworks/base/graphics/tests/graphicstests/src/android/graphics/
H A DColorStateListTest.java45 int[] focusedState = {android.R.attr.state_focused};
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DIconUtilities.java82 android.R.attr.colorPressedHighlight, value, true) ? value.data : 0xffffc300);
85 android.R.attr.colorFocusedHighlight, value, true) ? value.data : 0xffff8e00);
100 result.addState(new int[] { android.R.attr.state_focused },
102 result.addState(new int[] { android.R.attr.state_pressed },
/frameworks/base/services/java/com/android/server/am/
H A DBaseErrorDialog.java39 setIconAttribute(R.attr.alertDialogIcon);
H A DLaunchWarningWindow.java42 getContext().getTheme().resolveAttribute(android.R.attr.alertDialogIcon, out, true);
/frameworks/base/tools/aapt/
H A DMain.h59 const char* attr, String8* outError);
H A DResource.cpp452 const char* ns, const char* attr, const char* validChars, bool required)
456 ssize_t index = parser.indexOfAttribute(ns, attr);
467 String8(parser.getElementName(&len)).string(), attr,
477 printf("***** RES ATTR: %s specFlags=0x%x strIdx=%d: %s\n", attr,
483 String8(parser.getElementName(&len)).string(), attr,
492 String8(parser.getElementName(&len)).string(), attr);
498 String8(parser.getElementName(&len)).string(), attr);
504 String8(parser.getElementName(&len)).string(), attr,
523 String8(parser.getElementName(&len)).string(), attr, (char)str[i]);
531 String8(parser.getElementName(&len)).string(), attr);
450 validateAttr(const String8& path, const ResTable& table, const ResXMLParser& parser, const char* ns, const char* attr, const char* validChars, bool required) argument
714 XMLNode::attribute_entry* attr = node->editAttribute( local
796 XMLNode::attribute_entry* attr = root->editAttribute(String16(), String16("package")); local
834 XMLNode::attribute_entry* attr = child->editAttribute( local
2410 const char* attr; member in struct:NamespaceAttributePair
2492 addTagAttrPair(KeyedVector<String8, Vector<NamespaceAttributePair> >* dest, const char* tag, const char* ns, const char* attr) argument
[all...]
/frameworks/support/v7/gridlayout/gen/android/support/v7/gridlayout/
H A DR.java11 public static final class attr { class in class:R
276 @attr description
302 @attr name android:alignmentMode
307 @attr description
318 @attr name android:columnCount
323 @attr description
339 @attr name android:columnOrderPreserved
344 @attr description
371 @attr name android:orientation
376 @attr descriptio
[all...]
/frameworks/base/core/java/android/app/
H A DSearchableInfo.java304 * @param attr The attribute set we found in the XML file, contains the values that are used to
309 private SearchableInfo(Context activityContext, AttributeSet attr, final ComponentName cName) { argument
312 TypedArray a = activityContext.obtainStyledAttributes(attr,
397 * @param attr The attribute set we found in the XML file, contains the values that are used to
401 ActionKeyInfo(Context activityContext, AttributeSet attr) { argument
402 TypedArray a = activityContext.obtainStyledAttributes(attr,
575 AttributeSet attr = Xml.asAttributeSet(xml);
576 if (attr != null) {
578 result = new SearchableInfo(activityContext, attr, cName);
590 AttributeSet attr
[all...]
/frameworks/av/media/libstagefright/
H A DAACWriter.cpp141 pthread_attr_t attr; local
142 pthread_attr_init(&attr);
143 pthread_attr_setdetachstate(&attr, PTHREAD_CREATE_JOINABLE);
148 pthread_create(&mThread, &attr, ThreadWrapper, this);
149 pthread_attr_destroy(&attr);
/frameworks/wilhelm/src/itf/
H A DIPlay.c32 unsigned attr = ATTR_NONE; local
57 attr = ATTR_PLAY_STATE;
62 attr |= ATTR_BQ_ENQUEUE;
100 attr = ATTR_PLAY_STATE;
105 interface_unlock_exclusive_attributes(thiz, attr);
/frameworks/base/core/java/android/inputmethodservice/
H A DExtractEditText.java38 super(context, attrs, com.android.internal.R.attr.editTextStyle);
H A DKeyboard.java55 * @attr ref android.R.styleable#Keyboard_keyWidth
56 * @attr ref android.R.styleable#Keyboard_keyHeight
57 * @attr ref android.R.styleable#Keyboard_horizontalGap
58 * @attr ref android.R.styleable#Keyboard_verticalGap
153 * @attr ref android.R.styleable#Keyboard_keyWidth
154 * @attr ref android.R.styleable#Keyboard_keyHeight
155 * @attr ref android.R.styleable#Keyboard_horizontalGap
156 * @attr ref android.R.styleable#Keyboard_verticalGap
157 * @attr ref android.R.styleable#Keyboard_Row_rowEdgeFlags
158 * @attr re
[all...]
/frameworks/base/core/java/com/android/internal/view/
H A DActionBarPolicy.java67 com.android.internal.R.attr.actionBarStyle, 0);
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DClassHasNativeVisitor.java61 public void visitAttribute(Attribute attr) { argument
/frameworks/base/core/java/android/text/style/
H A DSuggestionSpan.java158 int defStyle = com.android.internal.R.attr.textAppearanceMisspelledSuggestion;
166 defStyle = com.android.internal.R.attr.textAppearanceEasyCorrectSuggestion;
174 defStyle = com.android.internal.R.attr.textAppearanceAutoCorrectionSuggestion;
/frameworks/base/core/java/android/view/
H A DView.java608 * @attr ref android.R.styleable#View_alpha
609 * @attr ref android.R.styleable#View_background
610 * @attr ref android.R.styleable#View_clickable
611 * @attr ref android.R.styleable#View_contentDescription
612 * @attr ref android.R.styleable#View_drawingCacheQuality
613 * @attr ref android.R.styleable#View_duplicateParentState
614 * @attr ref android.R.styleable#View_id
615 * @attr ref android.R.styleable#View_requiresFadingEdge
616 * @attr ref android.R.styleable#View_fadeScrollbars
617 * @attr re
[all...]
/frameworks/native/libs/utils/
H A DThreads.cpp143 pthread_attr_t attr; local
144 pthread_attr_init(&attr);
145 pthread_attr_setdetachstate(&attr, PTHREAD_CREATE_DETACHED);
167 pthread_attr_setstacksize(&attr, threadStackSize);
172 int result = pthread_create(&thread, &attr,
174 pthread_attr_destroy(&attr);

Completed in 553 milliseconds

123456