Searched refs:attr (Results 101 - 125 of 423) sorted by relevance

1234567891011>>

/frameworks/av/media/libstagefright/webm/
H A DWebmFrameThread.cpp40 pthread_attr_t attr; local
41 pthread_attr_init(&attr);
42 pthread_attr_setdetachstate(&attr, PTHREAD_CREATE_JOINABLE);
43 pthread_create(&mThread, &attr, WebmFrameThread::wrap, this);
44 pthread_attr_destroy(&attr);
/frameworks/base/tools/aapt2/flatten/
H A DXmlFlattener.cpp170 for (xml::Attribute& attr : node->attributes) {
171 if (mOptions.maxSdkLevel && attr.compiledAttribute && attr.compiledAttribute.value().id) {
172 size_t sdkLevel = findAttributeSdkLevel(attr.compiledAttribute.value().id.value());
177 mFilteredAttrs.push_back(&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/av/services/audiopolicy/service/
H A DAudioPolicyInterfaceImpl.cpp149 status_t AudioPolicyService::getOutputForAttr(const audio_attributes_t *attr, argument
173 return mAudioPolicyManager->getOutputForAttr(attr, output, session, stream, uid, samplingRate,
260 status_t AudioPolicyService::getInputForAttr(const audio_attributes_t *attr, argument
275 if (attr->source >= AUDIO_SOURCE_CNT && attr->source != AUDIO_SOURCE_HOTWORD &&
276 attr->source != AUDIO_SOURCE_FM_TUNER) {
280 if ((attr->source == AUDIO_SOURCE_HOTWORD) && !captureHotwordAllowed()) {
307 status = mAudioPolicyManager->getInputForAttr(attr, input, session, uid,
349 status_t status = audioPolicyEffects->addInputEffects(*input, attr->source, session);
/frameworks/base/core/java/android/widget/
H A DRelativeLayout.java80 * @attr ref android.R.styleable#RelativeLayout_gravity
81 * @attr ref android.R.styleable#RelativeLayout_ignoreGravity
282 * @attr ref android.R.styleable#RelativeLayout_ignoreGravity
297 * @attr ref android.R.styleable#RelativeLayout_gravity
317 * @attr ref android.R.styleable#RelativeLayout_gravity
1178 * @attr ref android.R.styleable#RelativeLayout_Layout_layout_alignWithParentIfMissing
1179 * @attr ref android.R.styleable#RelativeLayout_Layout_layout_toLeftOf
1180 * @attr ref android.R.styleable#RelativeLayout_Layout_layout_toRightOf
1181 * @attr ref android.R.styleable#RelativeLayout_Layout_layout_above
1182 * @attr re
[all...]
H A DEditText.java56 this(context, attrs, com.android.internal.R.attr.editTextStyle);
/frameworks/base/libs/androidfw/tests/
H A DResTable_test.cpp90 ssize_t index = theme.getAttribute(base::R::attr::attr1, &val, &specFlags);
95 index = theme.getAttribute(base::R::attr::attr2, &val, &specFlags);
110 ssize_t index = theme.getAttribute(base::R::attr::attr1, &val, &specFlags);
115 index = theme.getAttribute(base::R::attr::attr2, &val, &specFlags);
130 ssize_t index = theme.getAttribute(lib::R::attr::attr1, &val, &specFlags);
135 index = theme.getAttribute(lib::R::attr::attr2, &val, &specFlags);
/frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/setup/
H A DConfigGenerator.java144 private static final String TAG_ATTR = "attr";
222 String attr = null;
226 attr = xmlPullParser.getAttributeValue(null, ATTR_NAME);
233 assert attr != null;
234 Map<String, Integer> attributeMap = map.get(attr);
237 map.put(attr, attributeMap);
243 attr = null;
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DImageShader.java401 VertexAttribute attr = getProgramAttribute(attributeName, true);
402 attr.set(false, FLOAT_SIZE * components, components, GLES20.GL_FLOAT, data);
407 VertexAttribute attr = getProgramAttribute(attributeName, true);
408 attr.set(normalize, offset, stride, components, type, vbo);
632 for (VertexAttribute attr : mAttributes.values()) {
633 if (!attr.push()) {
634 throw new RuntimeException("Unable to assign attribute value '" + attr + "'!");
642 VertexAttribute attr = getProgramAttribute(texCoordAttributeName(), false);
644 if (mSourceCoords != null && attr != null) {
646 attr
[all...]
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DGuidedActionsStylist.java108 * @attr ref android.support.v17.leanback.R.styleable#LeanbackGuidedStepTheme_guidedStepImeAppearingAnimation
109 * @attr ref android.support.v17.leanback.R.styleable#LeanbackGuidedStepTheme_guidedStepImeDisappearingAnimation
110 * @attr ref android.support.v17.leanback.R.styleable#LeanbackGuidedStepTheme_guidedActionsSelectorDrawable
111 * @attr ref android.support.v17.leanback.R.styleable#LeanbackGuidedStepTheme_guidedActionsListStyle
112 * @attr ref android.support.v17.leanback.R.styleable#LeanbackGuidedStepTheme_guidedSubActionsListStyle
113 * @attr ref android.support.v17.leanback.R.styleable#LeanbackGuidedStepTheme_guidedButtonActionsListStyle
114 * @attr ref android.support.v17.leanback.R.styleable#LeanbackGuidedStepTheme_guidedActionItemContainerStyle
115 * @attr ref android.support.v17.leanback.R.styleable#LeanbackGuidedStepTheme_guidedActionItemCheckmarkStyle
116 * @attr ref android.support.v17.leanback.R.styleable#LeanbackGuidedStepTheme_guidedActionItemIconStyle
117 * @attr re
[all...]
/frameworks/base/graphics/java/android/graphics/drawable/
H A DLayerDrawable.java57 * @attr ref android.R.styleable#LayerDrawable_paddingMode
58 * @attr ref android.R.styleable#LayerDrawableItem_left
59 * @attr ref android.R.styleable#LayerDrawableItem_top
60 * @attr ref android.R.styleable#LayerDrawableItem_right
61 * @attr ref android.R.styleable#LayerDrawableItem_bottom
62 * @attr ref android.R.styleable#LayerDrawableItem_start
63 * @attr ref android.R.styleable#LayerDrawableItem_end
64 * @attr ref android.R.styleable#LayerDrawableItem_width
65 * @attr ref android.R.styleable#LayerDrawableItem_height
66 * @attr re
[all...]
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
H A DRestrictedSwitchPreference.java86 android.support.v7.preference.R.attr.switchPreferenceStyle,
87 android.R.attr.switchPreferenceStyle));
/frameworks/base/packages/SystemUI/src/com/android/systemui/tv/pip/
H A DPipControlButtonView.java85 int[] values = new int[] {android.R.attr.src, android.R.attr.text};
/frameworks/base/tools/aapt2/proto/
H A DTableProtoDeserializer.cpp234 const pb::Attribute& pbAttr = pbCompoundValue.attr();
235 std::unique_ptr<Attribute> attr = util::make_unique<Attribute>(isWeak); local
236 attr->typeMask = pbAttr.format_flags();
237 attr->minInt = pbAttr.min_int();
238 attr->maxInt = pbAttr.max_int();
246 attr->symbols.push_back(std::move(symbol));
248 value = std::move(attr);
290 deserializeReferenceFromPb(pbEntry.attr(), &attrRef);
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
H A DStickyHeaderListView.java62 init(null, android.R.attr.listViewStyle);
67 init(attrs, android.R.attr.listViewStyle);
/frameworks/support/design/src/android/support/design/widget/
H A DBottomSheetDialog.java139 new int[]{android.R.attr.windowCloseOnTouchOutside});
153 R.attr.bottomSheetDialogTheme, outValue, true)) {
/frameworks/support/design/tests/src/android/support/design/testutils/
H A DTestUtils.java116 public static int getThemeAttrColor(Context context, final int attr) { argument
119 a = context.obtainStyledAttributes(new int[]{attr});
/frameworks/support/v14/preference/src/android/support/v14/preference/
H A DSwitchPreference.java40 * @attr name android:summaryOff
41 * @attr name android:summaryOn
42 * @attr name android:switchTextOff
43 * @attr name android:switchTextOn
44 * @attr name android:disableDependentsState
129 android.support.v7.preference.R.attr.switchPreferenceStyle,
130 android.R.attr.switchPreferenceStyle));
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DAppCompatAutoCompleteTextView.java38 * <li>Supports {@link R.attr#textAllCaps} style attribute which works back to
42 * <li>Allows setting of the background tint using {@link R.attr#backgroundTint} and
43 * {@link R.attr#backgroundTintMode}.</li>
53 android.R.attr.popupBackground
64 this(context, attrs, R.attr.autoCompleteTextViewStyle);
H A DAppCompatMultiAutoCompleteTextView.java38 * <li>Supports {@link R.attr#textAllCaps} style attribute which works back to
42 * <li>Allows setting of the background tint using {@link R.attr#backgroundTint} and
43 * {@link R.attr#backgroundTintMode}.</li>
53 android.R.attr.popupBackground
64 this(context, attrs, R.attr.autoCompleteTextViewStyle);
H A DAppCompatProgressBarHelper.java38 android.R.attr.indeterminateDrawable,
39 android.R.attr.progressDrawable
/frameworks/support/v7/preference/src/android/support/v7/preference/
H A DDialogPreference.java32 * @attr name android:dialogTitle
33 * @attr name android:dialogMessage
34 * @attr name android:dialogIcon
35 * @attr name android:dialogLayout
36 * @attr name android:positiveButtonText
37 * @attr name android:negativeButtonText
93 this(context, attrs, TypedArrayUtils.getAttr(context, R.attr.dialogPreferenceStyle,
94 android.R.attr.dialogPreferenceStyle));
/frameworks/base/core/java/com/android/internal/view/
H A DActionBarPolicy.java90 com.android.internal.R.attr.actionBarStyle, 0);
/frameworks/base/services/core/java/com/android/server/am/
H A DLaunchWarningWindow.java42 getContext().getTheme().resolveAttribute(android.R.attr.alertDialogIcon, out, true);
/frameworks/base/tools/aapt2/
H A DFormat.proto153 optional Reference attr = 3;
196 optional Attribute attr = 1;

Completed in 1825 milliseconds

1234567891011>>