Searched refs:attr (Results 51 - 75 of 88) sorted by relevance

1234

/frameworks/base/libs/utils/
H A DResourceTypes.cpp766 const ResXMLTree_attribute* attr = (const ResXMLTree_attribute*) local
770 return dtohl(attr->ns.index);
789 const ResXMLTree_attribute* attr = (const ResXMLTree_attribute*) local
793 return dtohl(attr->name.index);
821 const ResXMLTree_attribute* attr = (const ResXMLTree_attribute*) local
825 return dtohl(attr->rawValue.index);
843 const ResXMLTree_attribute* attr = (const ResXMLTree_attribute*) local
847 return attr->typedValue.dataType;
858 const ResXMLTree_attribute* attr = (const ResXMLTree_attribute*) local
862 return dtohl(attr
873 const ResXMLTree_attribute* attr = (const ResXMLTree_attribute*) local
892 indexOfAttribute(const char16_t* ns, size_t nsLen, const char16_t* attr, size_t attrLen) const argument
[all...]
/frameworks/base/core/java/android/content/res/
H A DColorStateList.java208 if (stateResId == com.android.internal.R.attr.color) {
/frameworks/base/core/java/android/preference/
H A DCheckBoxPreference.java38 * @attr ref android.R.styleable#CheckBoxPreference_summaryOff
39 * @attr ref android.R.styleable#CheckBoxPreference_summaryOn
40 * @attr ref android.R.styleable#CheckBoxPreference_disableDependentsState
70 this(context, attrs, com.android.internal.R.attr.checkBoxPreferenceStyle);
H A DDialogPreference.java43 * @attr ref android.R.styleable#DialogPreference_dialogTitle
44 * @attr ref android.R.styleable#DialogPreference_dialogMessage
45 * @attr ref android.R.styleable#DialogPreference_dialogIcon
46 * @attr ref android.R.styleable#DialogPreference_dialogLayout
47 * @attr ref android.R.styleable#DialogPreference_positiveButtonText
48 * @attr ref android.R.styleable#DialogPreference_negativeButtonText
90 this(context, attrs, com.android.internal.R.attr.dialogPreferenceStyle);
/frameworks/base/core/java/android/widget/
H A DCompoundButton.java55 R.attr.state_checked
H A DRadioGroup.java80 attrs, com.android.internal.R.styleable.RadioGroup, com.android.internal.R.attr.radioButtonStyle, 0);
H A DSpinner.java39 * @attr ref android.R.styleable#Spinner_prompt
52 this(context, attrs, com.android.internal.R.attr.spinnerStyle);
H A DTabWidget.java47 * @attr ref android.R.styleable#TabWidget_divider
48 * @attr ref android.R.styleable#TabWidget_tabStripEnabled
49 * @attr ref android.R.styleable#TabWidget_tabStripLeft
50 * @attr ref android.R.styleable#TabWidget_tabStripRight
72 this(context, attrs, com.android.internal.R.attr.tabWidgetStyle);
H A DAutoCompleteTextView.java82 * @attr ref android.R.styleable#AutoCompleteTextView_completionHint
83 * @attr ref android.R.styleable#AutoCompleteTextView_completionThreshold
84 * @attr ref android.R.styleable#AutoCompleteTextView_completionHintView
85 * @attr ref android.R.styleable#AutoCompleteTextView_dropDownSelector
86 * @attr ref android.R.styleable#AutoCompleteTextView_dropDownAnchor
87 * @attr ref android.R.styleable#AutoCompleteTextView_dropDownWidth
88 * @attr ref android.R.styleable#AutoCompleteTextView_dropDownHeight
89 * @attr ref android.R.styleable#AutoCompleteTextView_dropDownVerticalOffset
90 * @attr ref android.R.styleable#AutoCompleteTextView_dropDownHorizontalOffset
155 this(context, attrs, com.android.internal.R.attr
[all...]
H A DFastScroller.java152 android.R.attr.textColorPrimary });
H A DPopupWindow.java120 com.android.internal.R.attr.state_above_anchor
154 this(context, attrs, com.android.internal.R.attr.popupWindowStyle);
H A DProgressBar.java118 * @attr ref android.R.styleable#Theme_progressBarStyle
119 * @attr ref android.R.styleable#Theme_progressBarStyleSmall
120 * @attr ref android.R.styleable#Theme_progressBarStyleLarge
121 * @attr ref android.R.styleable#Theme_progressBarStyleHorizontal
166 this(context, attrs, com.android.internal.R.attr.progressBarStyle);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DStateListDrawable.java38 * @attr ref android.R.styleable#StateListDrawable_visible
39 * @attr ref android.R.styleable#StateListDrawable_variablePadding
40 * @attr ref android.R.styleable#StateListDrawable_constantSize
41 * @attr ref android.R.styleable#DrawableStates_state_focused
42 * @attr ref android.R.styleable#DrawableStates_state_window_focused
43 * @attr ref android.R.styleable#DrawableStates_state_enabled
44 * @attr ref android.R.styleable#DrawableStates_state_checkable
45 * @attr ref android.R.styleable#DrawableStates_state_checked
46 * @attr ref android.R.styleable#DrawableStates_state_selected
47 * @attr re
[all...]
/frameworks/base/core/java/android/view/
H A DViewGroup.java58 * @attr ref android.R.styleable#ViewGroup_clipChildren
59 * @attr ref android.R.styleable#ViewGroup_clipToPadding
60 * @attr ref android.R.styleable#ViewGroup_layoutAnimation
61 * @attr ref android.R.styleable#ViewGroup_animationCache
62 * @attr ref android.R.styleable#ViewGroup_persistentDrawingCache
63 * @attr ref android.R.styleable#ViewGroup_alwaysDrawnWithCache
64 * @attr ref android.R.styleable#ViewGroup_addStatesFromChildren
65 * @attr ref android.R.styleable#ViewGroup_descendantFocusability
322 int attr = a.getIndex(i);
323 switch (attr) {
[all...]
/frameworks/base/media/libstagefright/
H A DMPEG4Writer.cpp1209 pthread_attr_t attr;
1210 pthread_attr_init(&attr);
1211 pthread_attr_setdetachstate(&attr, PTHREAD_CREATE_JOINABLE);
1212 pthread_create(&mThread, &attr, ThreadWrapper, this);
1213 pthread_attr_destroy(&attr);
1253 pthread_attr_t attr;
1254 pthread_attr_init(&attr);
1255 pthread_attr_setdetachstate(&attr, PTHREAD_CREATE_JOINABLE);
1273 pthread_create(&mThread, &attr, ThreadWrapper, this);
1274 pthread_attr_destroy(&attr);
[all...]
/frameworks/base/tools/aapt/
H A DResourceTable.h61 String8 attr; member in struct:AccessorCookie
66 attr(a),
H A DCommand.cpp238 const char* attr, String8* outError)
240 ssize_t idx = tree.indexOfAttribute(ns, attr);
319 // in android.R.attr
237 getAttribute(const ResXMLTree& tree, const char* ns, const char* attr, String8* outError) argument
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java766 * @param attr An attribute reference given to obtainStyledAttributes such as defStyle.
770 public String searchAttr(int attr) { argument
771 Pair<ResourceType, String> info = Bridge.resolveResourceId(attr);
776 info = mProjectCallback.resolveResourceId(attr);
/frameworks/base/opengl/libs/EGL/
H A Degl.cpp873 GLint attr; local
876 while ((attr=attrib_list[size]) != EGL_NONE) {
877 if (attr == EGL_CONFIG_ID)
1117 GLint attr = *attrib_list++; local
1119 if (attr == EGL_CONTEXT_CLIENT_VERSION) {
/frameworks/base/opengl/libagl/
H A Degl.cpp1159 static int isAttributeMatching(int i, EGLint attr, EGLint val) argument
1166 attr);
1172 attr);
1179 attr);
1514 EGLint attr = *attrib_list++; local
1519 if (isAttributeMatching(i, attr, val) == 0) {
/frameworks/base/core/java/android/gesture/
H A DGestureOverlayView.java41 * @attr ref android.R.styleable#GestureOverlayView_eventsInterceptionEnabled
42 * @attr ref android.R.styleable#GestureOverlayView_fadeDuration
43 * @attr ref android.R.styleable#GestureOverlayView_fadeOffset
44 * @attr ref android.R.styleable#GestureOverlayView_fadeEnabled
45 * @attr ref android.R.styleable#GestureOverlayView_gestureStrokeWidth
46 * @attr ref android.R.styleable#GestureOverlayView_gestureStrokeAngleThreshold
47 * @attr ref android.R.styleable#GestureOverlayView_gestureStrokeLengthThreshold
48 * @attr ref android.R.styleable#GestureOverlayView_gestureStrokeSquarenessThreshold
49 * @attr ref android.R.styleable#GestureOverlayView_gestureStrokeType
50 * @attr re
[all...]
/frameworks/base/core/java/android/view/inputmethod/
H A DBaseInputConnection.java563 com.android.internal.R.attr.candidatesTextStyleSpans
/frameworks/base/core/java/android/webkit/
H A DWebTextView.java120 super(context, null, com.android.internal.R.attr.webTextViewStyle);
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DAsmAnalyzer.java483 public void visitAttribute(Attribute attr) { argument
/frameworks/base/include/utils/
H A DResourceTypes.h685 ssize_t indexOfAttribute(const char* ns, const char* attr) const;
687 const char16_t* attr, size_t attrLen) const;

Completed in 371 milliseconds

1234