Searched refs:attr (Results 76 - 100 of 423) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/preference/
H A DPreference.java69 * @attr ref android.R.styleable#Preference_icon
70 * @attr ref android.R.styleable#Preference_key
71 * @attr ref android.R.styleable#Preference_title
72 * @attr ref android.R.styleable#Preference_summary
73 * @attr ref android.R.styleable#Preference_order
74 * @attr ref android.R.styleable#Preference_fragment
75 * @attr ref android.R.styleable#Preference_layout
76 * @attr ref android.R.styleable#Preference_widgetLayout
77 * @attr ref android.R.styleable#Preference_enabled
78 * @attr re
[all...]
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
55 this(context, attrs, com.android.internal.R.attr.checkBoxPreferenceStyle);
H A DSeekBarDialogPreference.java51 this(context, attrs, R.attr.seekBarDialogPreferenceStyle);
/frameworks/base/packages/MtpDocumentsProvider/jni/
H A Dcom_android_mtp_AppFuse.cpp188 out->data()->attr.ino = n;
189 out->data()->attr.mode = S_IFREG | 0777;
190 out->data()->attr.size = size;
241 out->data()->attr.ino = header.nodeid;
243 out->data()->attr.mode = S_IFDIR | 0777;
244 out->data()->attr.size = 0;
250 out->data()->attr.mode = S_IFREG | 0777;
251 out->data()->attr.size = size;
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
H A DRestrictedPreference.java50 android.support.v7.preference.R.attr.preferenceStyle,
51 android.R.attr.preferenceStyle));
/frameworks/compile/mclinker/lib/MC/
H A DInputBuilder.cpp140 return m_pInputFactory->attr();
144 return m_pInputFactory->attr();
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
H A DTemplateLayout.java48 init(template, containerId, null, R.attr.suwLayoutTheme);
53 init(0, 0, attrs, R.attr.suwLayoutTheme);
/frameworks/support/v7/preference/src/android/support/v7/preference/
H A DCheckBoxPreference.java37 * @attr name android:summaryOff
38 * @attr name android:summaryOn
39 * @attr name android:disableDependentsState
82 this(context, attrs, TypedArrayUtils.getAttr(context, R.attr.checkBoxPreferenceStyle,
83 android.R.attr.checkBoxPreferenceStyle));
/frameworks/base/tools/aapt2/
H A DResourceValues.cpp423 *out << "(attr) ";
445 static void buildAttributeMismatchMessage(DiagMessage* msg, const Attribute* attr,
448 if (attr->typeMask & android::ResTable_map::TYPE_BOOLEAN) {
452 if (attr->typeMask & android::ResTable_map::TYPE_COLOR) {
456 if (attr->typeMask & android::ResTable_map::TYPE_DIMENSION) {
460 if (attr->typeMask & android::ResTable_map::TYPE_ENUM) {
464 if (attr->typeMask & android::ResTable_map::TYPE_FLAGS) {
468 if (attr->typeMask & android::ResTable_map::TYPE_FLOAT) {
472 if (attr->typeMask & android::ResTable_map::TYPE_FRACTION) {
476 if (attr
[all...]
/frameworks/base/tools/aapt/
H A DResourceTable.cpp40 static const char* kAttrPrivateType = "^attr-private";
326 PendingAttribute attr(myPackage, in, block, inStyleable);
328 const String16 attr16("attr");
341 attr.ident = String16(block.getAttributeStringValue(identIdx, &len));
343 *outIdent = attr.ident;
346 attr.sourcePos.error("A 'name' attribute is required for <attr>\n");
347 attr.hasErrors = true;
350 attr.comment = String16(
356 attr
1355 const char16_t* attr = block.getAttributeName(i, &length); local
1474 const char16_t* attr = block.getAttributeName(i, &length); local
2624 sp<Type> attr = p->getType(String16("attr"), unknown); local
4218 sp<Type> attr = mTypes.valueFor(String16("attr")); local
4771 const XMLNode::attribute_entry& attr = attrs[i]; local
5014 const XMLNode::attribute_entry* attr = child->getAttribute(String16(), kName16); local
[all...]
H A DAaptXml.cpp80 const char* attr, String8* outError) {
81 ssize_t idx = tree.indexOfAttribute(ns, attr);
124 const char* attr, int32_t defValue, String8* outError) {
125 ssize_t idx = tree.indexOfAttribute(ns, attr);
79 getAttribute(const ResXMLTree& tree, const char* ns, const char* attr, String8* outError) argument
123 getIntegerAttribute(const ResXMLTree& tree, const char* ns, const char* attr, int32_t defValue, String8* outError) argument
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DAudioPolicyMix.h79 status_t getInputMixForAttr(audio_attributes_t attr, AudioMix **policyMix);
/frameworks/base/core/java/android/widget/
H A DSeekBar.java32 * @attr ref android.R.styleable#SeekBar_thumb
77 this(context, attrs, com.android.internal.R.attr.seekBarStyle);
H A DTextView.java179 * @attr ref android.R.styleable#TextView_text
180 * @attr ref android.R.styleable#TextView_bufferType
181 * @attr ref android.R.styleable#TextView_hint
182 * @attr ref android.R.styleable#TextView_textColor
183 * @attr ref android.R.styleable#TextView_textColorHighlight
184 * @attr ref android.R.styleable#TextView_textColorHint
185 * @attr ref android.R.styleable#TextView_textAppearance
186 * @attr ref android.R.styleable#TextView_textColorLink
187 * @attr ref android.R.styleable#TextView_textSize
188 * @attr re
[all...]
/frameworks/base/core/java/com/android/internal/view/menu/
H A DContextMenuBuilder.java114 com.android.internal.R.attr.contextPopupMenuStyle);
/frameworks/base/core/java/com/android/internal/widget/
H A DDialogTitle.java62 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/media/java/android/media/audiopolicy/
H A DAudioMixingRule.java449 AudioAttributes attr = null;
454 attr = new AudioAttributes.Builder()
459 attr = new AudioAttributes.Builder()
470 return addRuleInternal(attr, intProp, rule);
/frameworks/base/services/core/java/com/android/server/policy/
H A DIconUtilities.java73 android.R.attr.colorPressedHighlight, value, true) ? value.data : 0xffffc300);
76 android.R.attr.colorFocusedHighlight, value, true) ? value.data : 0xffff8e00);
91 result.addState(new int[] { android.R.attr.state_focused },
93 result.addState(new int[] { android.R.attr.state_pressed },
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DAppCompatDrawableManager.java106 * Drawables which should be tinted with the value of {@code R.attr.colorControlNormal},
116 * Drawables which should be tinted with the value of {@code R.attr.colorControlNormal}, using
130 * Drawables which should be tinted with the value of {@code R.attr.colorControlActivated},
147 * Drawables which should be tinted with the value of {@code android.R.attr.colorBackground},
158 * {@code R.attr.colorControlNormal} and {@code R.attr.colorControlActivated}
167 * {@code R.attr.colorControlNormal} and {@code R.attr.colorControlActivated} for the checked
279 getThemeAttrColor(context, R.attr.colorControlNormal), DEFAULT_MODE);
281 getThemeAttrColor(context, R.attr
[all...]
H A DAppCompatRatingBar.java41 this(context, attrs, R.attr.ratingBarStyle);
H A DDialogTitle.java66 android.R.attr.textAppearanceMedium,
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DGraphReader.java245 public void startElement(String uri, String localName, String qName, Attributes attr) argument
252 addImportCommand(attr);
254 addLibraryCommand(attr);
256 addConnectCommand(attr);
258 addVarCommand(attr);
260 beginFilter(attr);
262 addFilterInput(attr);
/frameworks/base/tools/aapt2/java/
H A DJavaClassGenerator_test.cpp46 .addValue(u"@android:attr/cool.attr", ResourceId(0x01010000),
50 .addItem(u"@android:attr/cool.attr", ResourceId(0x01010000))
100 .addSimple(u"@android:attr/two", ResourceId(0x01010001))
101 .addSimple(u"@android:^attr-private/one", ResourceId(0x01010000))
113 EXPECT_NE(std::string::npos, output.find("public static final class attr"));
114 EXPECT_EQ(std::string::npos, output.find("public static final class ^attr-private"));
203 .addValue(u"@android:attr/bar", ResourceId(0x01010000),
205 .addValue(u"@com.lib:attr/ba
[all...]
/frameworks/base/core/java/android/app/
H A DSearchableInfo.java305 * @param attr The attribute set we found in the XML file, contains the values that are used to
310 private SearchableInfo(Context activityContext, AttributeSet attr, final ComponentName cName) { argument
313 TypedArray a = activityContext.obtainStyledAttributes(attr,
399 * @param attr The attribute set we found in the XML file, contains the values that are used to
403 ActionKeyInfo(Context activityContext, AttributeSet attr) { argument
404 TypedArray a = activityContext.obtainStyledAttributes(attr,
577 AttributeSet attr = Xml.asAttributeSet(xml);
578 if (attr != null) {
580 result = new SearchableInfo(activityContext, attr, cName);
592 AttributeSet attr
[all...]

Completed in 2552 milliseconds

1234567891011>>