Searched refs:attr (Results 76 - 100 of 145) sorted by relevance

123456

/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
H A DPowerUI.java199 b.setIconAttribute(android.R.attr.alertDialogIcon);
266 b.setIconAttribute(android.R.attr.alertDialogIcon);
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DDelegateMethodAdapter2.java327 public void visitAttribute(Attribute attr) { argument
329 mOrgWriter.visitAttribute(attr);
H A DStubMethodAdapter.java230 public void visitAttribute(Attribute attr) { argument
231 mParentVisitor.visitAttribute(attr);
H A DAsmAnalyzer.java488 public void visitAttribute(Attribute attr) { argument
512 public void visitAttribute(Attribute attr) { argument
/frameworks/base/core/java/android/widget/
H A DListPopupWindow.java157 this(context, null, com.android.internal.R.attr.listPopupWindowStyle, 0);
168 this(context, attrs, com.android.internal.R.attr.listPopupWindowStyle, 0);
1173 super(context, null, com.android.internal.R.attr.dropDownListViewStyle);
H A DCompoundButton.java56 R.attr.state_checked
H A DRadioGroup.java82 attrs, com.android.internal.R.styleable.RadioGroup, com.android.internal.R.attr.radioButtonStyle, 0);
194 * @attr ref android.R.styleable#RadioGroup_checkedButton
H A DAutoCompleteTextView.java81 * @attr ref android.R.styleable#AutoCompleteTextView_completionHint
82 * @attr ref android.R.styleable#AutoCompleteTextView_completionThreshold
83 * @attr ref android.R.styleable#AutoCompleteTextView_completionHintView
84 * @attr ref android.R.styleable#AutoCompleteTextView_dropDownSelector
85 * @attr ref android.R.styleable#AutoCompleteTextView_dropDownAnchor
86 * @attr ref android.R.styleable#AutoCompleteTextView_dropDownWidth
87 * @attr ref android.R.styleable#AutoCompleteTextView_dropDownHeight
88 * @attr ref android.R.styleable#AutoCompleteTextView_dropDownVerticalOffset
89 * @attr ref android.R.styleable#AutoCompleteTextView_dropDownHorizontalOffset
133 this(context, attrs, com.android.internal.R.attr
[all...]
H A DSpinner.java45 * @attr ref android.R.styleable#Spinner_prompt
101 this(context, null, com.android.internal.R.attr.spinnerStyle, mode);
112 this(context, attrs, com.android.internal.R.attr.spinnerStyle);
212 * @attr ref android.R.styleable#Spinner_popupBackground
228 * @attr ref android.R.styleable#Spinner_popupBackground
240 * @attr ref android.R.styleable#Spinner_popupBackground
252 * @attr ref android.R.styleable#Spinner_dropDownVerticalOffset
264 * @attr ref android.R.styleable#Spinner_dropDownVerticalOffset
276 * @attr ref android.R.styleable#Spinner_dropDownHorizontalOffset
288 * @attr re
[all...]
H A DSwitch.java102 R.attr.state_checked
122 this(context, attrs, com.android.internal.R.attr.switchStyle);
132 * default style for this widget. e.g. android.R.attr.switchStyle.
176 * @attr ref android.R.styleable#Switch_switchTextAppearance
278 * @attr ref android.R.styleable#TextView_typeface
279 * @attr ref android.R.styleable#TextView_textStyle
295 * @attr ref android.R.styleable#Switch_switchPadding
307 * @attr ref android.R.styleable#Switch_switchPadding
319 * @attr ref android.R.styleable#Switch_switchMinWidth
332 * @attr re
[all...]
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
H A DBridgeTypedArray.java240 ResourceValue attr = res.getProjectResource(ResourceType.ATTR, mNames[index]);
241 if (attr instanceof AttrResourceValue) {
242 map = ((AttrResourceValue) attr).getAttributeValues();
/frameworks/base/services/java/com/android/server/wm/
H A DWindowStateAnimator.java1400 int attr = -1;
1407 attr = com.android.internal.R.styleable.WindowAnimation_windowEnterAnimation;
1410 attr = com.android.internal.R.styleable.WindowAnimation_windowExitAnimation;
1413 attr = com.android.internal.R.styleable.WindowAnimation_windowShowAnimation;
1416 attr = com.android.internal.R.styleable.WindowAnimation_windowHideAnimation;
1419 if (attr >= 0) {
1420 a = mService.loadAnimation(mWin.mAttrs, attr);
1425 + " anim=" + anim + " attr=0x" + Integer.toHexString(attr)
/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 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/view/
H A DPointerIcon.java130 com.android.internal.R.attr.pointerStyle, 0);
/frameworks/base/core/java/com/android/internal/widget/
H A DAbsActionBarView.java68 com.android.internal.R.attr.actionBarStyle, 0);
H A DActionBarOverlayLayout.java47 com.android.internal.R.attr.actionBarSize
/frameworks/base/graphics/java/android/graphics/drawable/
H A DStateListDrawable.java39 * @attr ref android.R.styleable#StateListDrawable_visible
40 * @attr ref android.R.styleable#StateListDrawable_variablePadding
41 * @attr ref android.R.styleable#StateListDrawable_constantSize
42 * @attr ref android.R.styleable#DrawableStates_state_focused
43 * @attr ref android.R.styleable#DrawableStates_state_window_focused
44 * @attr ref android.R.styleable#DrawableStates_state_enabled
45 * @attr ref android.R.styleable#DrawableStates_state_checkable
46 * @attr ref android.R.styleable#DrawableStates_state_checked
47 * @attr ref android.R.styleable#DrawableStates_state_selected
48 * @attr re
[all...]
/frameworks/base/media/mca/filterfw/native/core/
H A Dshader_program.cpp397 bool ShaderProgram::PushCoords(ProgramVar attr, float* coords) { argument
400 if (attr >= 0) {
403 glVertexAttribPointer(attr, 2, GL_FLOAT, false, 2 * sizeof(float), data);
404 glEnableVertexAttribArray(attr);
H A Dshader_program.h451 bool PushCoords(ProgramVar attr, float* coords);
/frameworks/support/v4/java/android/support/v4/app/
H A DListFragment.java104 android.R.attr.progressBarStyleLarge);
/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp1446 pthread_attr_t attr; local
1447 pthread_attr_init(&attr);
1448 pthread_attr_setdetachstate(&attr, PTHREAD_CREATE_JOINABLE);
1449 pthread_create(&mThread, &attr, ThreadWrapper, this);
1450 pthread_attr_destroy(&attr);
1511 pthread_attr_t attr; local
1512 pthread_attr_init(&attr);
1513 pthread_attr_setdetachstate(&attr, PTHREAD_CREATE_JOINABLE);
1529 pthread_create(&mThread, &attr, ThreadWrapper, this);
1530 pthread_attr_destroy(&attr);
[all...]
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp922 const ResXMLTree_attribute* attr = (const ResXMLTree_attribute*) local
926 return dtohl(attr->ns.index);
945 const ResXMLTree_attribute* attr = (const ResXMLTree_attribute*) local
949 return dtohl(attr->name.index);
977 const ResXMLTree_attribute* attr = (const ResXMLTree_attribute*) local
981 return dtohl(attr->rawValue.index);
999 const ResXMLTree_attribute* attr = (const ResXMLTree_attribute*) local
1003 return attr->typedValue.dataType;
1014 const ResXMLTree_attribute* attr = (const ResXMLTree_attribute*) local
1018 return dtohl(attr
1029 const ResXMLTree_attribute* attr = (const ResXMLTree_attribute*) local
1048 indexOfAttribute(const char16_t* ns, size_t nsLen, const char16_t* attr, size_t attrLen) const argument
[all...]
/frameworks/base/tools/aapt/
H A DResourceTable.h61 String8 attr; member in struct:AccessorCookie
66 attr(a),
/frameworks/base/core/java/android/app/
H A DProgressDialog.java125 com.android.internal.R.attr.alertDialogStyle, 0);

Completed in 904 milliseconds

123456