Searched refs:attr (Results 151 - 175 of 338) sorted by relevance

1234567891011>>

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DLayout.java404 private int getDimension(String attr, boolean isFramework, int defaultValue) { argument
405 ResourceValue value = mResources.findItemInTheme(attr, isFramework);
408 TypedValue typedValue = ResourceHelper.getValue(attr, value.getValue(), true);
/frameworks/compile/mclinker/unittests/
H A DLinkerTest.cpp411 LDSection* attr = builder.CreateELFHeader( local
414 SectionData* attr_data = builder.CreateSectionData(*attr);
472 attr);
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
H A DSetupWizardLayout.java63 init(0, null, R.attr.suwLayoutTheme);
68 init(template, null, R.attr.suwLayoutTheme);
73 init(0, attrs, R.attr.suwLayoutTheme);
/frameworks/support/design/src/android/support/design/widget/
H A DTextInputLayout.java216 boolean isFocused = arrayContains(getDrawableState(), android.R.attr.state_focused);
245 * @attr ref android.support.design.R.styleable#TextInputLayout_android_hint
257 * @attr ref android.support.design.R.styleable#TextInputLayout_android_hint
267 * @attr ref android.support.design.R.styleable#TextInputLayout_hintTextAppearance
288 * @attr ref android.support.design.R.styleable#TextInputLayout_errorEnabled
318 * @attr ref android.support.design.R.styleable#TextInputLayout_errorEnabled
409 * @attr ref android.support.design.R.styleable#TextInputLayout_hintAnimationEnabled
421 * @attr ref android.support.design.R.styleable#TextInputLayout_hintAnimationEnabled
502 private int getThemeAttrColor(int attr) { argument
504 if (getContext().getTheme().resolveAttribute(attr, t
[all...]
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
H A DMediaRouteButton.java106 android.R.attr.state_checked
111 android.R.attr.state_checkable
119 this(context, attrs, R.attr.mediaRouteButtonStyle);
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.h109 virtual status_t getOutputForAttr(const audio_attributes_t *attr,
129 virtual status_t getInputForAttr(const audio_attributes_t *attr,
163 virtual uint32_t getStrategyForAttr(const audio_attributes_t *attr);
598 audio_stream_type_t streamTypefromAttributesInt(const audio_attributes_t *attr);
/frameworks/base/core/java/android/app/
H A DPresentation.java302 com.android.internal.R.attr.presentationTheme, outValue, true);
/frameworks/base/core/java/android/preference/
H A DEditTextPreference.java75 this(context, attrs, com.android.internal.R.attr.editTextPreferenceStyle);
H A DPreferenceFrameLayout.java44 this(context, attrs, com.android.internal.R.attr.preferenceFrameLayoutStyle);
H A DPreferenceScreen.java100 super(context, attrs, com.android.internal.R.attr.preferenceScreenStyle);
H A DRingtonePreference.java39 * @attr ref android.R.styleable#RingtonePreference_ringtoneType
40 * @attr ref android.R.styleable#RingtonePreference_showDefault
41 * @attr ref android.R.styleable#RingtonePreference_showSilent
73 this(context, attrs, com.android.internal.R.attr.ringtonePreferenceStyle);
H A DSwitchPreference.java33 * @attr ref android.R.styleable#SwitchPreference_summaryOff
34 * @attr ref android.R.styleable#SwitchPreference_summaryOn
35 * @attr ref android.R.styleable#SwitchPreference_switchTextOff
36 * @attr ref android.R.styleable#SwitchPreference_switchTextOn
37 * @attr ref android.R.styleable#SwitchPreference_disableDependentsState
109 this(context, attrs, com.android.internal.R.attr.switchPreferenceStyle);
/frameworks/base/core/java/android/widget/
H A DMultiAutoCompleteTextView.java65 this(context, attrs, com.android.internal.R.attr.autoCompleteTextViewStyle);
H A DPopupMenu.java87 this(context, anchor, gravity, R.attr.popupMenuStyle, 0);
H A DRatingBar.java30 * {@link android.R.attr#ratingBarStyleSmall}) and the larger indicator-only
31 * style ({@link android.R.attr#ratingBarStyleIndicator}) do not support user
44 * @attr ref android.R.styleable#RatingBar_numStars
45 * @attr ref android.R.styleable#RatingBar_rating
46 * @attr ref android.R.styleable#RatingBar_stepSize
47 * @attr ref android.R.styleable#RatingBar_isIndicator
117 this(context, attrs, com.android.internal.R.attr.ratingBarStyle);
147 * @attr ref android.R.styleable#RatingBar_isIndicator
157 * @attr ref android.R.styleable#RatingBar_isIndicator
/frameworks/base/core/java/com/android/internal/app/
H A DHeavyWeightSwitcherActivity.java88 getTheme().resolveAttribute(android.R.attr.alertDialogIcon, out, true);
/frameworks/base/core/java/com/android/internal/widget/
H A DScrollingTabContainerView.java196 com.android.internal.R.attr.actionBarTabBarStyle);
206 com.android.internal.R.attr.actionDropDownStyle);
370 super(context, null, com.android.internal.R.attr.actionBarTabStyle);
456 com.android.internal.R.attr.actionBarTabTextStyle);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DCirclePropActivity.java44 ProgressBar spinner = new ProgressBar(this, null, android.R.attr.progressBarStyleLarge);
/frameworks/base/tools/aapt2/
H A DResourceParser.h135 const StringPiece16& value, const Attribute& attr,
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DLayoutInflater_Delegate.java46 com.android.internal.R.attr.theme };
111 // Attempt to resolve the "?attr/name" string to an identifier.
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/util/
H A DXmlEditor.java100 for (AttributeContext attr : attributes(root)) {
101 rootAttributes.append(' ').append(attr.getText());
319 private static String defaultReplacement(XMLParser.AttributeContext attr) { argument
320 String textWithQuotes = attr.attrValue.getText();
/frameworks/support/v14/preference/src/android/support/v14/preference/
H A DSwitchPreference.java36 * @attr ref android.R.styleable#SwitchPreference_summaryOff
37 * @attr ref android.R.styleable#SwitchPreference_summaryOn
38 * @attr ref android.R.styleable#SwitchPreference_switchTextOff
39 * @attr ref android.R.styleable#SwitchPreference_switchTextOn
40 * @attr ref android.R.styleable#SwitchPreference_disableDependentsState
124 this(context, attrs, R.attr.switchPreferenceStyle);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DBaseCardView.java133 android.R.attr.state_pressed};
147 this(context, attrs, R.attr.baseCardViewStyle);
553 if (s[i] == android.R.attr.state_pressed) {
556 if (s[i] == android.R.attr.state_enabled) {
H A DResizingTextView.java80 // for new styleables, We then pass the appropriate R.attr up the constructor chain here.
81 this(ctx, attrs, android.R.attr.textViewStyle);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DPopupMenu.java85 this(context, anchor, gravity, R.attr.popupMenuStyle, 0);

Completed in 633 milliseconds

1234567891011>>