Searched refs:attr (Results 326 - 350 of 423) sorted by relevance

<<11121314151617

/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DGuidedStepFragment.java129 * @attr ref android.support.v17.leanback.R.styleable#LeanbackGuidedStepTheme_guidedStepTheme
130 * @attr ref android.support.v17.leanback.R.styleable#LeanbackGuidedStepTheme_guidedStepBackground
131 * @attr ref android.support.v17.leanback.R.styleable#LeanbackGuidedStepTheme_guidedActionContentWidthWeight
132 * @attr ref android.support.v17.leanback.R.styleable#LeanbackGuidedStepTheme_guidedActionContentWidthWeightTwoPanels
133 * @attr ref android.support.v17.leanback.R.styleable#LeanbackGuidedStepTheme_guidedActionsBackground
134 * @attr ref android.support.v17.leanback.R.styleable#LeanbackGuidedStepTheme_guidedActionsBackgroundDark
135 * @attr ref android.support.v17.leanback.R.styleable#LeanbackGuidedStepTheme_guidedActionsElevation
1122 if (ctx.getTheme().resolveAttribute(R.attr.guidedActionContentWidthWeightTwoPanels,
1227 int resId = R.attr.guidedStepThemeFlag;
1331 int resId = R.attr
[all...]
H A DGuidedStepSupportFragment.java131 * @attr ref android.support.v17.leanback.R.styleable#LeanbackGuidedStepTheme_guidedStepTheme
132 * @attr ref android.support.v17.leanback.R.styleable#LeanbackGuidedStepTheme_guidedStepBackground
133 * @attr ref android.support.v17.leanback.R.styleable#LeanbackGuidedStepTheme_guidedActionContentWidthWeight
134 * @attr ref android.support.v17.leanback.R.styleable#LeanbackGuidedStepTheme_guidedActionContentWidthWeightTwoPanels
135 * @attr ref android.support.v17.leanback.R.styleable#LeanbackGuidedStepTheme_guidedActionsBackground
136 * @attr ref android.support.v17.leanback.R.styleable#LeanbackGuidedStepTheme_guidedActionsBackgroundDark
137 * @attr ref android.support.v17.leanback.R.styleable#LeanbackGuidedStepTheme_guidedActionsElevation
1124 if (ctx.getTheme().resolveAttribute(R.attr.guidedActionContentWidthWeightTwoPanels,
1229 int resId = R.attr.guidedStepThemeFlag;
1332 int resId = R.attr
[all...]
/frameworks/base/core/java/android/view/
H A DViewGroup.java100 * @attr ref android.R.styleable#ViewGroup_clipChildren
101 * @attr ref android.R.styleable#ViewGroup_clipToPadding
102 * @attr ref android.R.styleable#ViewGroup_layoutAnimation
103 * @attr ref android.R.styleable#ViewGroup_animationCache
104 * @attr ref android.R.styleable#ViewGroup_persistentDrawingCache
105 * @attr ref android.R.styleable#ViewGroup_alwaysDrawnWithCache
106 * @attr ref android.R.styleable#ViewGroup_addStatesFromChildren
107 * @attr ref android.R.styleable#ViewGroup_descendantFocusability
108 * @attr ref android.R.styleable#ViewGroup_animateLayoutChanges
109 * @attr re
[all...]
/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp1885 pthread_attr_t attr; local
1886 pthread_attr_init(&attr);
1887 pthread_attr_setdetachstate(&attr, PTHREAD_CREATE_JOINABLE);
1888 pthread_create(&mThread, &attr, ThreadWrapper, this);
1889 pthread_attr_destroy(&attr);
1942 pthread_attr_t attr; local
1943 pthread_attr_init(&attr);
1944 pthread_attr_setdetachstate(&attr, PTHREAD_CREATE_JOINABLE);
1955 pthread_create(&mThread, &attr, ThreadWrapper, this);
1956 pthread_attr_destroy(&attr);
[all...]
/frameworks/native/opengl/libagl/
H A Degl.cpp1145 static int isAttributeMatching(int i, EGLint attr, EGLint val) argument
1152 attr);
1158 attr);
1165 attr);
1501 EGLint attr = *attrib_list++; local
1506 if (isAttributeMatching(i, attr, val) == 0) {
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.h79 const audio_attributes_t * attr);
/frameworks/base/core/java/android/app/
H A DAlertDialog.java134 * {@link android.R.attr#alertDialogTheme} within the parent
156 * {@link android.R.attr#alertDialogTheme} within the parent
187 * {@link android.R.attr#alertDialogTheme}.
222 context.getTheme().resolveAttribute(R.attr.alertDialogTheme, outValue, true);
406 * Set an icon as supplied by a theme attribute. e.g. android.R.attr.alertDialogIcon
446 * {@link android.R.attr#alertDialogTheme} within the parent
474 * {@link android.R.attr#alertDialogTheme}.
588 * {@link android.R.attr#alertDialogIcon}.
/frameworks/base/core/java/android/widget/
H A DTabHost.java77 this(context, attrs, com.android.internal.R.attr.tabWidgetStyle);
H A DListPopupWindow.java179 this(context, null, com.android.internal.R.attr.listPopupWindowStyle, 0);
190 this(context, attrs, com.android.internal.R.attr.listPopupWindowStyle, 0);
H A DSpinner.java57 * @attr ref android.R.styleable#Spinner_dropDownSelector
58 * @attr ref android.R.styleable#Spinner_dropDownWidth
59 * @attr ref android.R.styleable#Spinner_gravity
60 * @attr ref android.R.styleable#Spinner_popupBackground
61 * @attr ref android.R.styleable#Spinner_prompt
62 * @attr ref android.R.styleable#Spinner_spinnerMode
63 * @attr ref android.R.styleable#ListPopupWindow_dropDownVerticalOffset
64 * @attr ref android.R.styleable#ListPopupWindow_dropDownHorizontalOffset
129 this(context, null, com.android.internal.R.attr.spinnerStyle, mode);
141 this(context, attrs, com.android.internal.R.attr
[all...]
H A DSwitch.java74 * @attr ref android.R.styleable#Switch_textOn
75 * @attr ref android.R.styleable#Switch_textOff
76 * @attr ref android.R.styleable#Switch_switchMinWidth
77 * @attr ref android.R.styleable#Switch_switchPadding
78 * @attr ref android.R.styleable#Switch_switchTextAppearance
79 * @attr ref android.R.styleable#Switch_thumb
80 * @attr ref android.R.styleable#Switch_thumbTextPadding
81 * @attr ref android.R.styleable#Switch_track
165 R.attr.state_checked
185 this(context, attrs, com.android.internal.R.attr
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarContextView.java62 this(context, attrs, com.android.internal.R.attr.actionModeStyle);
H A DActionBarView.java165 com.android.internal.R.attr.actionBarStyle, 0);
720 com.android.internal.R.attr.actionDropDownStyle);
723 com.android.internal.R.attr.actionBarTabBarStyle);
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DBridgeInflater.java60 private static final int[] ATTRS_THEME = new int[] {com.android.internal.R.attr.theme };
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DAbstractMediaItemPresenter.java205 R.attr.playbackMediaItemNumberViewFlipperLayout, typedValue, true);
475 * This defaultBrandColor defaults to android:attr/colorPrimary on v21, if it's specified.
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAlertDialog.java95 * to get the dialog's style (such as {@link R.attr#alertDialogTheme}.
114 context.getTheme().resolveAttribute(R.attr.alertDialogTheme, outValue, true);
245 * Sets an icon as supplied by a theme attribute. e.g. android.R.attr.alertDialogIcon
286 * {@link android.R.attr#alertDialogTheme} within the parent
314 * {@link android.R.attr#alertDialogTheme}.
430 * {@link android.R.attr#alertDialogIcon}.
H A DWindowDecorActionBar.java228 R.attr.actionBarStyle, 0);
903 currentTheme.resolveAttribute(R.attr.actionBarWidgetTheme, outValue, true);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DActionBarContextView.java62 this(context, attrs, R.attr.actionModeStyle);
H A DListPopupWindow.java217 this(context, null, R.attr.listPopupWindowStyle);
228 this(context, attrs, R.attr.listPopupWindowStyle);
H A DSwitchCompat.java74 * @attr ref android.support.v7.appcompat.R.styleable#SwitchCompat_android_textOn
75 * @attr ref android.support.v7.appcompat.R.styleable#SwitchCompat_android_textOff
76 * @attr ref android.support.v7.appcompat.R.styleable#SwitchCompat_switchMinWidth
77 * @attr ref android.support.v7.appcompat.R.styleable#SwitchCompat_switchPadding
78 * @attr ref android.support.v7.appcompat.R.styleable#SwitchCompat_switchTextAppearance
79 * @attr ref android.support.v7.appcompat.R.styleable#SwitchCompat_android_thumb
80 * @attr ref android.support.v7.appcompat.R.styleable#SwitchCompat_thumbTextPadding
81 * @attr ref android.support.v7.appcompat.R.styleable#SwitchCompat_track
169 android.R.attr.state_checked
189 this(context, attrs, R.attr
[all...]
H A DToolbar.java116 * @attr ref android.support.v7.appcompat.R.styleable#Toolbar_buttonGravity
117 * @attr ref android.support.v7.appcompat.R.styleable#Toolbar_collapseContentDescription
118 * @attr ref android.support.v7.appcompat.R.styleable#Toolbar_collapseIcon
119 * @attr ref android.support.v7.appcompat.R.styleable#Toolbar_contentInsetEnd
120 * @attr ref android.support.v7.appcompat.R.styleable#Toolbar_contentInsetLeft
121 * @attr ref android.support.v7.appcompat.R.styleable#Toolbar_contentInsetRight
122 * @attr ref android.support.v7.appcompat.R.styleable#Toolbar_contentInsetStart
123 * @attr ref android.support.v7.appcompat.R.styleable#Toolbar_contentInsetStartWithNavigation
124 * @attr ref android.support.v7.appcompat.R.styleable#Toolbar_contentInsetEndWithActions
125 * @attr re
[all...]
/frameworks/base/core/java/com/android/internal/app/
H A DWindowDecorActionBar.java228 com.android.internal.R.attr.actionBarStyle, 0);
914 currentTheme.resolveAttribute(com.android.internal.R.attr.actionBarWidgetTheme,
/frameworks/base/include/androidfw/
H A DResourceTypes.h767 ssize_t indexOfAttribute(const char* ns, const char* attr) const;
769 const char16_t* attr, size_t attrLen) const;
/frameworks/base/tools/aapt/
H A DResourceTable.h70 String8 attr; member in struct:AccessorCookie
75 attr(a),
/frameworks/support/v7/preference/src/android/support/v7/preference/
H A DPreference.java69 * @attr name android:icon
70 * @attr name android:key
71 * @attr name android:title
72 * @attr name android:summary
73 * @attr name android:order
74 * @attr name android:fragment
75 * @attr name android:layout
76 * @attr name android:widgetLayout
77 * @attr name android:enabled
78 * @attr nam
[all...]

Completed in 2875 milliseconds

<<11121314151617