Searched refs:attr (Results 126 - 150 of 338) sorted by relevance

1234567891011>>

/frameworks/support/v4/kitkat/android/support/v4/print/
H A DPrintHelperKitkat.java184 PrintAttributes attr = new PrintAttributes.Builder()
270 }, attr);
486 PrintAttributes attr = builder.build();
488 printManager.print(jobName, printDocumentAdapter, attr);
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DActionBarDrawerToggleHoneycomb.java46 R.attr.homeAsUpIndicator
H A DAppCompatDialog.java151 context.getTheme().resolveAttribute(R.attr.dialogTheme, outValue, true);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DAppCompatButton.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>
60 this(context, attrs, R.attr.buttonStyle);
H A DAppCompatCheckBox.java38 * <li>Allows setting of the background tint using {@link R.attr#buttonTint} and
39 * {@link R.attr#buttonTintMode}.</li>
55 this(context, attrs, R.attr.checkboxStyle);
H A DAppCompatEditText.java36 * <li>Supports {@link R.attr#textAllCaps} style attribute which works back to
40 * <li>Allows setting of the background tint using {@link R.attr#backgroundTint} and
41 * {@link R.attr#backgroundTintMode}.</li>
58 this(context, attrs, R.attr.editTextStyle);
H A DAppCompatRadioButton.java38 * <li>Allows setting of the background tint using {@link R.attr#buttonTint} and
39 * {@link R.attr#buttonTintMode}.</li>
55 this(context, attrs, R.attr.radioButtonStyle);
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
H A DMediaRouteControllerDialog.java378 getContext(), R.attr.mediaRoutePauseDrawable));
384 getContext(), R.attr.mediaRoutePlayDrawable));
401 getContext(), R.attr.mediaRouteConnectingDrawable);
407 getContext(), R.attr.mediaRouteOnDrawable);
/frameworks/support/v7/preference/src/android/support/v7/preference/
H A DCheckBoxPreference.java33 * @attr ref android.R.styleable#CheckBoxPreference_summaryOff
34 * @attr ref android.R.styleable#CheckBoxPreference_summaryOn
35 * @attr ref android.R.styleable#CheckBoxPreference_disableDependentsState
64 this(context, attrs, R.attr.checkBoxPreferenceStyle);
H A DEditTextPreference.java49 this(context, attrs, R.attr.editTextPreferenceStyle);
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboard.java56 * @attr ref android.R.styleable#Keyboard_keyWidth
57 * @attr ref android.R.styleable#Keyboard_keyHeight
58 * @attr ref android.R.styleable#Keyboard_horizontalGap
59 * @attr ref android.R.styleable#Keyboard_verticalGap
154 * @attr ref android.R.styleable#Keyboard_keyWidth
155 * @attr ref android.R.styleable#Keyboard_keyHeight
156 * @attr ref android.R.styleable#Keyboard_horizontalGap
157 * @attr ref android.R.styleable#Keyboard_verticalGap
158 * @attr ref android.R.styleable#Keyboard_Row_rowEdgeFlags
159 * @attr re
[all...]
H A DKeyboardView.java61 * @attr ref android.R.styleable#KeyboardView_keyBackground
62 * @attr ref android.R.styleable#KeyboardView_keyPreviewLayout
63 * @attr ref android.R.styleable#KeyboardView_keyPreviewOffset
64 * @attr ref android.R.styleable#KeyboardView_labelTextSize
65 * @attr ref android.R.styleable#KeyboardView_keyTextSize
66 * @attr ref android.R.styleable#KeyboardView_keyTextColor
67 * @attr ref android.R.styleable#KeyboardView_verticalCorrection
68 * @attr ref android.R.styleable#KeyboardView_popupLayout
134 private static final int[] LONG_PRESSABLE_STATE_SET = { R.attr.state_long_pressable };
280 this(context, attrs, com.android.internal.R.attr
[all...]
/frameworks/base/tools/aapt2/
H A DBinaryResourceParser.cpp51 void visit(Attribute& attr, ValueVisitorArgs&) override {
52 for (auto& entry : attr.symbols) {
69 for (auto& attr : styleable.entries) {
70 idToName(attr); variable
797 std::unique_ptr<Attribute> attr = util::make_unique<Attribute>(isWeak); local
805 attr->typeMask = typeMaskIter->value.data;
808 if (attr->typeMask & (ResTable_map::TYPE_ENUM | ResTable_map::TYPE_FLAGS)) {
828 attr->symbols.push_back(std::move(symbol));
833 return attr;
H A DResourceParser.cpp100 if (!type.empty() && type != u"attr") {
453 const StringPiece16& str, const Attribute& attr,
455 const uint32_t typeMask = attr.typeMask;
463 std::unique_ptr<BinaryPrimitive> enumValue = tryParseEnumSymbol(attr, str);
471 std::unique_ptr<BinaryPrimitive> flagValue = tryParseFlagSymbol(attr, str);
713 } else if (name == u"attr") {
959 std::unique_ptr<Attribute> attr = parseAttrImpl(parser, &actualName, false); local
960 if (!attr) {
963 return mTable->addResource(actualName, mConfig, source, std::move(attr));
986 // Eg. <attr nam
452 parseItemForAttribute( const StringPiece16& str, const Attribute& attr, std::function<void(const ResourceName&)> onCreateReference) argument
1057 std::unique_ptr<Attribute> attr = util::make_unique<Attribute>(weak); local
1368 std::unique_ptr<Attribute> attr = parseAttrImpl(&childParser, &attrResourceName, true); local
[all...]
H A DTableFlattener.cpp139 void visit(const Attribute& attr, ValueVisitorArgs&) override {
142 tempVal.data = attr.typeMask;
146 for (const auto& symbol : attr.symbols) {
153 for (const auto& attr : styleable.entries) {
154 flattenEntry(attr, BinaryPrimitive(android::Res_value{}));
/frameworks/av/include/media/
H A DIAudioPolicyService.h61 virtual status_t getOutputForAttr(const audio_attributes_t *attr,
81 virtual status_t getInputForAttr(const audio_attributes_t *attr,
/frameworks/av/services/audiopolicy/
H A DAudioPolicyInterface.h106 virtual status_t getOutputForAttr(const audio_attributes_t *attr,
131 virtual status_t getInputForAttr(const audio_attributes_t *attr,
/frameworks/base/core/java/com/android/internal/widget/
H A DAbsActionBarView.java73 if (context.getTheme().resolveAttribute(R.attr.actionBarPopupTheme, tv, true)
88 com.android.internal.R.attr.actionBarStyle, 0);
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/
H A DRootInfo.java223 android.R.attr.textColorPrimaryInverse);
232 android.R.attr.colorControlNormal);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DValueParser.java252 TextAttribute attr = new TextAttribute(start, textLength,
255 lst.add(attr);
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DAbsActionBarView.java66 if (context.getTheme().resolveAttribute(R.attr.actionBarPopupTheme, tv, true)
83 R.attr.actionBarStyle, 0);
/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyInterfaceImplLegacy.cpp234 status_t AudioPolicyService::getInputForAttr(const audio_attributes_t *attr, argument
248 audio_source_t inputSource = attr->source;
565 status_t AudioPolicyService::getOutputForAttr(const audio_attributes_t *attr, argument
577 if (attr != NULL) {
578 *stream = audio_attributes_to_stream_type(attr);
/frameworks/base/core/java/android/widget/
H A DDatePickerCalendarDelegate.java62 com.android.internal.R.attr.textColor};
64 com.android.internal.R.attr.disabledAlpha};
199 if (color == null || color.hasState(R.attr.state_activated)) {
205 if (color.hasState(R.attr.state_selected)) {
224 final int[][] stateSet = new int[][] {{ R.attr.state_activated }, {}};
/frameworks/av/media/libmedia/
H A DIAudioPolicyService.cpp171 virtual status_t getOutputForAttr(const audio_attributes_t *attr, argument
185 if (attr == NULL) {
199 if (attr == NULL) {
203 data.write(attr, sizeof(audio_attributes_t));
278 virtual status_t getInputForAttr(const audio_attributes_t *attr, argument
290 if (attr == NULL) {
291 ALOGE("getInputForAttr NULL attr - shouldn't happen");
298 data.write(attr, sizeof(audio_attributes_t));
857 audio_attributes_t attr; local
860 data.read(&attr, sizeo
926 audio_attributes_t attr; local
[all...]
/frameworks/base/core/java/android/view/
H A DView.java637 * @attr ref android.R.styleable#View_alpha
638 * @attr ref android.R.styleable#View_background
639 * @attr ref android.R.styleable#View_clickable
640 * @attr ref android.R.styleable#View_contentDescription
641 * @attr ref android.R.styleable#View_drawingCacheQuality
642 * @attr ref android.R.styleable#View_duplicateParentState
643 * @attr ref android.R.styleable#View_id
644 * @attr ref android.R.styleable#View_requiresFadingEdge
645 * @attr ref android.R.styleable#View_fadeScrollbars
646 * @attr re
[all...]

Completed in 1457 milliseconds

1234567891011>>