Searched refs:attr (Results 251 - 275 of 423) sorted by relevance

<<11121314151617

/frameworks/av/include/media/
H A DAudioSystem.h215 static status_t getOutputForAttr(const audio_attributes_t *attr,
238 static status_t getInputForAttr(const audio_attributes_t *attr,
/frameworks/base/core/java/android/content/res/
H A DColorStateList.java85 * {@link android.R.attr#state_focused android:state_focused} or
86 * {@link android.R.attr#state_enabled android:state_enabled}; however, app-defined attributes may
100 * Each item must define an {@link android.R.attr#color android:color} attribute, which may be
104 * Starting with API 23, items may optionally define an {@link android.R.attr#alpha android:alpha}
111 * android:color="?android:attr/colorAccent"
122 * @attr ref android.R.styleable#ColorStateListItem_alpha
123 * @attr ref android.R.styleable#ColorStateListItem_color
341 case R.attr.color:
342 case R.attr.alpha:
592 * Any reference, either positive or negative {ex. ~R.attr
[all...]
/frameworks/base/core/java/android/widget/
H A DDateTimeView.java87 int attr = a.getIndex(i);
88 switch (attr) {
H A DDayPickerView.java44 private static final int[] ATTRS_TEXT_COLOR = new int[] { R.attr.textColor };
68 this(context, attrs, R.attr.calendarViewStyle);
H A DDropDownListView.java89 this(context, hijackFocus, com.android.internal.R.attr.dropDownListViewStyle);
H A DRadioGroup.java81 attrs, com.android.internal.R.styleable.RadioGroup, com.android.internal.R.attr.radioButtonStyle, 0);
193 * @attr ref android.R.styleable#RadioGroup_checkedButton
H A DShareActionProvider.java172 mContext.getTheme().resolveAttribute(R.attr.actionModeShareDrawable, outTypedValue, true);
H A DTimePicker.java48 * @attr ref android.R.styleable#TimePicker_timePickerMode
100 this(context, attrs, R.attr.timePickerStyle);
140 * @attr ref android.R.styleable#TimePicker_timePickerMode
H A DYearPickerView.java41 this(context, attrs, R.attr.listViewStyle);
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp702 status_t AudioPolicyManager::getOutputForAttr(const audio_attributes_t *attr, argument
715 if (attr != NULL) {
716 if (!isValidAttributes(attr)) {
718 attr->usage, attr->content_type, attr->flags,
719 attr->tags);
722 attributes = *attr;
1396 status_t AudioPolicyManager::getInputForAttr(const audio_attributes_t *attr, argument
1409 attr
4454 getStrategyForAttr(const audio_attributes_t *attr) argument
5199 streamTypefromAttributesInt(const audio_attributes_t *attr) argument
[all...]
/frameworks/av/media/libstagefright/
H A DMediaCodecList.cpp891 static status_t limitFoundMissingAttr(AString name, const char *attr, bool found = true) { argument
893 (found ? "" : "no "), attr);
902 static status_t limitInvalidAttr(AString name, const char *attr, AString value) { argument
904 attr, value.c_str());
/frameworks/base/core/java/android/app/
H A DDatePickerDialog.java142 context.getTheme().resolveAttribute(R.attr.datePickerDialogTheme, outValue, true);
/frameworks/base/core/java/android/preference/
H A DListPreference.java36 * @attr ref android.R.styleable#ListPreference_entries
37 * @attr ref android.R.styleable#ListPreference_entryValues
70 this(context, attrs, com.android.internal.R.attr.dialogPreferenceStyle);
H A DMultiCheckPreference.java35 * @attr ref android.R.styleable#ListPreference_entries
36 * @attr ref android.R.styleable#ListPreference_entryValues
73 this(context, attrs, com.android.internal.R.attr.dialogPreferenceStyle);
H A DMultiSelectListPreference.java39 * @attr ref android.R.styleable#MultiSelectListPreference_entries
40 * @attr ref android.R.styleable#MultiSelectListPreference_entryValues
66 this(context, attrs, com.android.internal.R.attr.dialogPreferenceStyle);
H A DSeekBarPreference.java63 this(context, attrs, com.android.internal.R.attr.seekBarPreferenceStyle);
H A DVolumePreference.java56 this(context, attrs, R.attr.seekBarDialogPreferenceStyle);
/frameworks/base/media/mca/filterfw/native/core/
H A Dshader_program.cpp390 bool ShaderProgram::PushCoords(ProgramVar attr, float* coords) { argument
393 if (attr >= 0) {
396 glVertexAttribPointer(attr, 2, GL_FLOAT, false, 2 * sizeof(float), data);
397 glEnableVertexAttribArray(attr);
H A Dshader_program.h451 bool PushCoords(ProgramVar attr, float* coords);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
H A DHelpUtils.java196 TypedArray array = context.obtainStyledAttributes(new int[]{android.R.attr.colorPrimary});
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSTileBaseView.java70 final int[] attrs = new int[] { android.R.attr.selectableItemBackgroundBorderless };
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DNavBarTuner.java239 context.getTheme().resolveAttribute(android.R.attr.listDivider, value, true);
301 android.R.styleable.Preference, android.R.attr.preferenceStyle, 0);
304 android.R.styleable.Preference, android.R.attr.preferenceCategoryStyle, 0);
403 context.getTheme().resolveAttribute(android.R.attr.colorAccent, value, true);
/frameworks/base/tools/aapt2/flatten/
H A DXmlFlattener_test.cpp36 .addSymbol(u"@android:attr/id", ResourceId(0x010100d0),
39 .addSymbol(u"@android:attr/paddingStart", ResourceId(0x010103b3),
41 .addSymbol(u"@android:attr/colorAccent", ResourceId(0x01010435),
71 attr="hey">
98 EXPECT_EQ(StringPiece16(attrName, len), u"attr");
100 EXPECT_EQ(0, tree.indexOfAttribute(nullptr, 0, u"attr", StringPiece16(u"attr").size()));
/frameworks/support/design/src/android/support/design/internal/
H A DBottomNavigationItemView.java47 private static final int[] CHECKED_STATE_SET = { android.R.attr.state_checked };
/frameworks/support/design/src/android/support/design/widget/
H A DAppBarLayout.java281 * @attr ref android.support.design.R.styleable#AppBarLayout_expanded
297 * @attr ref android.support.design.R.styleable#AppBarLayout_expanded
498 extraStates[0] = mCollapsible ? R.attr.state_collapsible : -R.attr.state_collapsible;
500 ? R.attr.state_collapsed : -R.attr.state_collapsed;
539 * @attr ref android.support.design.R.styleable#AppBarLayout_elevation
703 * @attr ref android.support.design.R.styleable#AppBarLayout_Layout_layout_scrollFlags
714 * @attr ref android.support.design.R.styleable#AppBarLayout_Layout_layout_scrollFlags
727 * @attr re
[all...]

Completed in 489 milliseconds

<<11121314151617