Home
last modified time | relevance | path

Searched refs:styleable (Results 1 – 25 of 313) sorted by relevance

12345678910>>...13

/frameworks/base/config/
Dhiddenapi-greylist.txt305 Landroid/R$styleable;->ActionBar:[I
306 Landroid/R$styleable;->ActionBar_background:I
307 Landroid/R$styleable;->ActionBar_backgroundSplit:I
308 Landroid/R$styleable;->ActionBar_backgroundStacked:I
309 Landroid/R$styleable;->ActionBar_divider:I
310 Landroid/R$styleable;->ActionBar_itemPadding:I
311 Landroid/R$styleable;->CalendarView:[I
312 Landroid/R$styleable;->CalendarView_dateTextAppearance:I
313 Landroid/R$styleable;->CalendarView_firstDayOfWeek:I
314 Landroid/R$styleable;->CalendarView_focusedMonthDateColor:I
[all …]
Dhiddenapi-greylist-max-p.txt55 Lcom/android/internal/R$styleable;->AndroidManifestActivityAlias:[I
56 Lcom/android/internal/R$styleable;->AndroidManifestGrantUriPermission:[I
57 Lcom/android/internal/R$styleable;->AndroidManifestInstrumentation:[I
58 Lcom/android/internal/R$styleable;->AndroidManifestOriginalPackage:[I
59 Lcom/android/internal/R$styleable;->AndroidManifestPathPermission:[I
60 Lcom/android/internal/R$styleable;->AndroidManifestPermission:[I
61 Lcom/android/internal/R$styleable;->AndroidManifestPermissionGroup:[I
62 Lcom/android/internal/R$styleable;->AndroidManifestPermissionTree:[I
63 Lcom/android/internal/R$styleable;->AndroidManifestProtectedBroadcast:[I
64 Lcom/android/internal/R$styleable;->AndroidManifestSupportsScreens:[I
[all …]
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
DSimpleInflater.java125 com.android.internal.R.styleable.MenuItem); in readItem()
128 int itemId = a.getResourceId(R.styleable.MenuItem_android_id, 0); in readItem()
129 final int category = a.getInt(R.styleable.MenuItem_android_menuCategory, 0); in readItem()
130 final int order = a.getInt(R.styleable.MenuItem_android_orderInCategory, 0); in readItem()
131 CharSequence itemTitle = a.getText(R.styleable.MenuItem_android_title); in readItem()
132 CharSequence itemTitleCondensed = a.getText(R.styleable.MenuItem_android_titleCondensed); in readItem()
133 int itemIconResId = a.getResourceId(R.styleable.MenuItem_android_icon, 0); in readItem()
134 … String itemAlphabeticShortcut = a.getString(R.styleable.MenuItem_android_alphabeticShortcut); in readItem()
135 String itemNumericShortcut = a.getString(R.styleable.MenuItem_android_numericShortcut); in readItem()
137 if (a.hasValue(R.styleable.MenuItem_android_checkable)) { in readItem()
[all …]
/frameworks/base/core/java/android/view/
DMenuInflater.java376 com.android.internal.R.styleable.MenuGroup); in readGroup()
378 … groupId = a.getResourceId(com.android.internal.R.styleable.MenuGroup_id, defaultGroupId); in readGroup()
379 …groupCategory = a.getInt(com.android.internal.R.styleable.MenuGroup_menuCategory, defaultItemCateg… in readGroup()
380 …groupOrder = a.getInt(com.android.internal.R.styleable.MenuGroup_orderInCategory, defaultItemOrder… in readGroup()
381 …groupCheckable = a.getInt(com.android.internal.R.styleable.MenuGroup_checkableBehavior, defaultIte… in readGroup()
382 …groupVisible = a.getBoolean(com.android.internal.R.styleable.MenuGroup_visible, defaultItemVisible… in readGroup()
383 …groupEnabled = a.getBoolean(com.android.internal.R.styleable.MenuGroup_enabled, defaultItemEnabled… in readGroup()
393 com.android.internal.R.styleable.MenuItem); in readItem()
396 itemId = a.getResourceId(com.android.internal.R.styleable.MenuItem_id, defaultItemId); in readItem()
397 …final int category = a.getInt(com.android.internal.R.styleable.MenuItem_menuCategory, groupCategor… in readItem()
[all …]
DPointerIcon.java247 com.android.internal.R.styleable.Pointer, in getSystemIcon()
468 parser, com.android.internal.R.styleable.PointerIcon); in loadResource()
469 bitmapRes = a.getResourceId(com.android.internal.R.styleable.PointerIcon_bitmap, 0); in loadResource()
470 hotSpotX = a.getDimension(com.android.internal.R.styleable.PointerIcon_hotSpotX, 0); in loadResource()
471 hotSpotY = a.getDimension(com.android.internal.R.styleable.PointerIcon_hotSpotY, 0); in loadResource()
546 return com.android.internal.R.styleable.Pointer_pointerIconArrow; in getSystemIconTypeIndex()
548 return com.android.internal.R.styleable.Pointer_pointerIconSpotHover; in getSystemIconTypeIndex()
550 return com.android.internal.R.styleable.Pointer_pointerIconSpotTouch; in getSystemIconTypeIndex()
552 return com.android.internal.R.styleable.Pointer_pointerIconSpotAnchor; in getSystemIconTypeIndex()
554 return com.android.internal.R.styleable.Pointer_pointerIconHand; in getSystemIconTypeIndex()
[all …]
/frameworks/base/core/java/android/text/style/
DTextAppearanceSpan.java107 com.android.internal.R.styleable.TextAppearance); in TextAppearanceSpan()
109 textColor = a.getColorStateList(com.android.internal.R.styleable. in TextAppearanceSpan()
111 mTextColorLink = a.getColorStateList(com.android.internal.R.styleable. in TextAppearanceSpan()
113 mTextSize = a.getDimensionPixelSize(com.android.internal.R.styleable. in TextAppearanceSpan()
116 mStyle = a.getInt(com.android.internal.R.styleable.TextAppearance_textStyle, 0); in TextAppearanceSpan()
118 mTypeface = a.getFont(com.android.internal.R.styleable.TextAppearance_fontFamily); in TextAppearanceSpan()
125 String family = a.getString(com.android.internal.R.styleable.TextAppearance_fontFamily); in TextAppearanceSpan()
129 int tf = a.getInt(com.android.internal.R.styleable.TextAppearance_typeface, 0); in TextAppearanceSpan()
151 mTextFontWeight = a.getInt(com.android.internal.R.styleable in TextAppearanceSpan()
154 final String localeString = a.getString(com.android.internal.R.styleable in TextAppearanceSpan()
[all …]
/frameworks/base/tests/SharedLibrary/lib/src/com/google/android/test/shared_library/
DAddressView.java29 R.styleable.AddressView, in AddressView()
32 mNameView.setText(a.getString(R.styleable.AddressView_name)); in AddressView()
33 int streetNumber = a.getInteger(R.styleable.AddressView_streetNumber, -1); in AddressView()
35 " " + a.getString(R.styleable.AddressView_streetName)); in AddressView()
36 mCityStateZipView.setText(a.getString(R.styleable.AddressView_city) + ", " + in AddressView()
37 a.getString(R.styleable.AddressView_state) + " " + in AddressView()
38 a.getString(R.styleable.AddressView_zip)); in AddressView()
39 mCountryView.setText(a.getString(R.styleable.AddressView_country)); in AddressView()
/frameworks/base/core/java/android/app/
DSearchableInfo.java318 com.android.internal.R.styleable.Searchable); in SearchableInfo()
319 mSearchMode = a.getInt(com.android.internal.R.styleable.Searchable_searchMode, 0); in SearchableInfo()
320 mLabelId = a.getResourceId(com.android.internal.R.styleable.Searchable_label, 0); in SearchableInfo()
321 mHintId = a.getResourceId(com.android.internal.R.styleable.Searchable_hint, 0); in SearchableInfo()
322 mIconId = a.getResourceId(com.android.internal.R.styleable.Searchable_icon, 0); in SearchableInfo()
324 com.android.internal.R.styleable.Searchable_searchButtonText, 0); in SearchableInfo()
325 mSearchInputType = a.getInt(com.android.internal.R.styleable.Searchable_inputType, in SearchableInfo()
328 mSearchImeOptions = a.getInt(com.android.internal.R.styleable.Searchable_imeOptions, in SearchableInfo()
331 com.android.internal.R.styleable.Searchable_includeInGlobalSearch, false); in SearchableInfo()
333 com.android.internal.R.styleable.Searchable_queryAfterZeroResults, false); in SearchableInfo()
[all …]
/frameworks/base/services/core/java/com/android/server/pm/
DShortcutParser.java356 R.styleable.ShortcutCategories); in parseCategories()
358 if (sa.getType(R.styleable.ShortcutCategories_name) == TypedValue.TYPE_STRING) { in parseCategories()
359 return sa.getNonResourceString(R.styleable.ShortcutCategories_name); in parseCategories()
373 R.styleable.Shortcut); in parseShortcutAttributes()
375 if (sa.getType(R.styleable.Shortcut_shortcutId) != TypedValue.TYPE_STRING) { in parseShortcutAttributes()
379 final String id = sa.getNonResourceString(R.styleable.Shortcut_shortcutId); in parseShortcutAttributes()
380 final boolean enabled = sa.getBoolean(R.styleable.Shortcut_enabled, true); in parseShortcutAttributes()
381 final int iconResId = sa.getResourceId(R.styleable.Shortcut_icon, 0); in parseShortcutAttributes()
382 final int titleResId = sa.getResourceId(R.styleable.Shortcut_shortcutShortLabel, 0); in parseShortcutAttributes()
383 final int textResId = sa.getResourceId(R.styleable.Shortcut_shortcutLongLabel, 0); in parseShortcutAttributes()
[all …]
/frameworks/base/core/java/android/view/animation/
DPathInterpolator.java100 a = theme.obtainStyledAttributes(attrs, R.styleable.PathInterpolator, 0, 0); in PathInterpolator()
102 a = res.obtainAttributes(attrs, R.styleable.PathInterpolator); in PathInterpolator()
112 if (a.hasValue(R.styleable.PathInterpolator_pathData)) { in parseInterpolatorFromTypeArray()
113 String pathData = a.getString(R.styleable.PathInterpolator_pathData); in parseInterpolatorFromTypeArray()
121 if (!a.hasValue(R.styleable.PathInterpolator_controlX1)) { in parseInterpolatorFromTypeArray()
123 } else if (!a.hasValue(R.styleable.PathInterpolator_controlY1)) { in parseInterpolatorFromTypeArray()
126 float x1 = a.getFloat(R.styleable.PathInterpolator_controlX1, 0); in parseInterpolatorFromTypeArray()
127 float y1 = a.getFloat(R.styleable.PathInterpolator_controlY1, 0); in parseInterpolatorFromTypeArray()
129 boolean hasX2 = a.hasValue(R.styleable.PathInterpolator_controlX2); in parseInterpolatorFromTypeArray()
130 boolean hasY2 = a.hasValue(R.styleable.PathInterpolator_controlY2); in parseInterpolatorFromTypeArray()
[all …]
DClipRectAnimation.java66 com.android.internal.R.styleable.ClipRectAnimation); in ClipRectAnimation()
69 com.android.internal.R.styleable.ClipRectAnimation_fromLeft)); in ClipRectAnimation()
74 com.android.internal.R.styleable.ClipRectAnimation_fromTop)); in ClipRectAnimation()
79 com.android.internal.R.styleable.ClipRectAnimation_fromRight)); in ClipRectAnimation()
84 com.android.internal.R.styleable.ClipRectAnimation_fromBottom)); in ClipRectAnimation()
90 com.android.internal.R.styleable.ClipRectAnimation_toLeft)); in ClipRectAnimation()
95 com.android.internal.R.styleable.ClipRectAnimation_toTop)); in ClipRectAnimation()
100 com.android.internal.R.styleable.ClipRectAnimation_toRight)); in ClipRectAnimation()
105 com.android.internal.R.styleable.ClipRectAnimation_toBottom)); in ClipRectAnimation()
/frameworks/base/core/java/android/content/pm/
DPackageParser.java1946 com.android.internal.R.styleable.AndroidManifest); in parseBaseApk()
1949 com.android.internal.R.styleable.AndroidManifest_versionCode, 0); in parseBaseApk()
1951 com.android.internal.R.styleable.AndroidManifest_versionCodeMajor, 0); in parseBaseApk()
1954 com.android.internal.R.styleable.AndroidManifest_revisionCode, 0); in parseBaseApk()
1956 com.android.internal.R.styleable.AndroidManifest_versionName, 0); in parseBaseApk()
1964 com.android.internal.R.styleable.AndroidManifest_compileSdkVersion, 0); in parseBaseApk()
1967 com.android.internal.R.styleable.AndroidManifest_compileSdkVersionCodename, 0); in parseBaseApk()
2006 com.android.internal.R.styleable.AndroidManifest); in parseBaseApkCommon()
2009 com.android.internal.R.styleable.AndroidManifest_sharedUserId, 0); in parseBaseApkCommon()
2020 com.android.internal.R.styleable.AndroidManifest_sharedUserLabel, 0); in parseBaseApkCommon()
[all …]
/frameworks/base/core/java/android/content/res/
DGradientColor.java189 R.styleable.GradientColor_startX, mStartX); in updateRootElementState()
191 R.styleable.GradientColor_startY, mStartY); in updateRootElementState()
193 R.styleable.GradientColor_endX, mEndX); in updateRootElementState()
195 R.styleable.GradientColor_endY, mEndY); in updateRootElementState()
198 R.styleable.GradientColor_centerX, mCenterX); in updateRootElementState()
200 R.styleable.GradientColor_centerY, mCenterY); in updateRootElementState()
203 R.styleable.GradientColor_type, mGradientType); in updateRootElementState()
206 R.styleable.GradientColor_startColor, mStartColor); in updateRootElementState()
208 R.styleable.GradientColor_centerColor); in updateRootElementState()
210 R.styleable.GradientColor_centerColor, mCenterColor); in updateRootElementState()
[all …]
DFontResourcesParser.java164 TypedArray array = resources.obtainAttributes(attrs, R.styleable.FontFamily); in readFamily()
165 String authority = array.getString(R.styleable.FontFamily_fontProviderAuthority); in readFamily()
166 String providerPackage = array.getString(R.styleable.FontFamily_fontProviderPackage); in readFamily()
167 String query = array.getString(R.styleable.FontFamily_fontProviderQuery); in readFamily()
168 int certsId = array.getResourceId(R.styleable.FontFamily_fontProviderCerts, 0); in readFamily()
219 TypedArray array = resources.obtainAttributes(attrs, R.styleable.FontFamilyFont); in readFont()
220 int weight = array.getInt(R.styleable.FontFamilyFont_fontWeight, in readFont()
222 int italic = array.getInt(R.styleable.FontFamilyFont_fontStyle, in readFont()
225 R.styleable.FontFamilyFont_fontVariationSettings); in readFont()
226 int ttcIndex = array.getInt(R.styleable.FontFamilyFont_ttcIndex, 0); in readFont()
[all …]
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/statusbar/car/
DCarNavigationButton.java61 attrs, R.styleable.CarNavigationButton); in CarNavigationButton()
62 mIntent = typedArray.getString(R.styleable.CarNavigationButton_intent); in CarNavigationButton()
63 mLongIntent = typedArray.getString(R.styleable.CarNavigationButton_longIntent); in CarNavigationButton()
64 mBroadcastIntent = typedArray.getBoolean(R.styleable.CarNavigationButton_broadcast, false); in CarNavigationButton()
66 R.styleable.CarNavigationButton_selectedAlpha, mSelectedAlpha); in CarNavigationButton()
68 R.styleable.CarNavigationButton_unselectedAlpha, mUnselectedAlpha); in CarNavigationButton()
70 R.styleable.CarNavigationButton_selectedIcon, mIconResourceId); in CarNavigationButton()
75 attrs, com.android.internal.R.styleable.ImageView); in CarNavigationButton()
76 mIconResourceId = a.getResourceId(com.android.internal.R.styleable.ImageView_src, 0); in CarNavigationButton()
DCarFacetButton.java78 TypedArray typedArray = context.obtainStyledAttributes(attrs, R.styleable.CarFacetButton); in CarFacetButton()
91 String intentString = typedArray.getString(R.styleable.CarFacetButton_intent); in setupIntents()
92 String longPressIntentString = typedArray.getString(R.styleable.CarFacetButton_longIntent); in setupIntents()
93 String categoryString = typedArray.getString(R.styleable.CarFacetButton_categories); in setupIntents()
94 String packageString = typedArray.getString(R.styleable.CarFacetButton_packages); in setupIntents()
96 typedArray.getString(R.styleable.CarFacetButton_componentNames); in setupIntents()
133 R.styleable.CarFacetButton_selectedAlpha, mSelectedAlpha); in setupIcons()
135 R.styleable.CarFacetButton_unselectedAlpha, mUnselectedAlpha); in setupIcons()
140 mIconResourceId = styledAttributes.getResourceId(R.styleable.CarFacetButton_icon, 0); in setupIcons()
143 R.styleable.CarFacetButton_selectedIcon, mIconResourceId); in setupIcons()
[all …]
/frameworks/base/core/java/android/animation/
DAnimatorInflater.java412 long duration = arrayAnimator.getInt(R.styleable.Animator_duration, 300); in parseAnimatorFromTypeArray()
414 long startDelay = arrayAnimator.getInt(R.styleable.Animator_startOffset, 0); in parseAnimatorFromTypeArray()
416 int valueType = arrayAnimator.getInt(R.styleable.Animator_valueType, VALUE_TYPE_UNDEFINED); in parseAnimatorFromTypeArray()
419 valueType = inferValueTypeFromValues(arrayAnimator, R.styleable.Animator_valueFrom, in parseAnimatorFromTypeArray()
420 R.styleable.Animator_valueTo); in parseAnimatorFromTypeArray()
423 R.styleable.Animator_valueFrom, R.styleable.Animator_valueTo, ""); in parseAnimatorFromTypeArray()
431 if (arrayAnimator.hasValue(R.styleable.Animator_repeatCount)) { in parseAnimatorFromTypeArray()
433 arrayAnimator.getInt(R.styleable.Animator_repeatCount, 0)); in parseAnimatorFromTypeArray()
435 if (arrayAnimator.hasValue(R.styleable.Animator_repeatMode)) { in parseAnimatorFromTypeArray()
437 arrayAnimator.getInt(R.styleable.Animator_repeatMode, in parseAnimatorFromTypeArray()
[all …]
/frameworks/base/core/java/android/inputmethodservice/
DKeyboard.java201 com.android.internal.R.styleable.Keyboard); in Row()
203 com.android.internal.R.styleable.Keyboard_keyWidth, in Row()
206 com.android.internal.R.styleable.Keyboard_keyHeight, in Row()
209 com.android.internal.R.styleable.Keyboard_horizontalGap, in Row()
212 com.android.internal.R.styleable.Keyboard_verticalGap, in Row()
216 com.android.internal.R.styleable.Keyboard_Row); in Row()
217 rowEdgeFlags = a.getInt(com.android.internal.R.styleable.Keyboard_Row_rowEdgeFlags, 0); in Row()
218 mode = a.getResourceId(com.android.internal.R.styleable.Keyboard_Row_keyboardMode, in Row()
348 com.android.internal.R.styleable.Keyboard); in Key()
351 com.android.internal.R.styleable.Keyboard_keyWidth, in Key()
[all …]
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountAuthenticatorCache.java60 com.android.internal.R.styleable.AccountAuthenticator); in parseServiceAttributes()
63 sa.getString(com.android.internal.R.styleable.AccountAuthenticator_accountType); in parseServiceAttributes()
65 com.android.internal.R.styleable.AccountAuthenticator_label, 0); in parseServiceAttributes()
67 com.android.internal.R.styleable.AccountAuthenticator_icon, 0); in parseServiceAttributes()
69 com.android.internal.R.styleable.AccountAuthenticator_smallIcon, 0); in parseServiceAttributes()
71 com.android.internal.R.styleable.AccountAuthenticator_accountPreferences, 0); in parseServiceAttributes()
73 com.android.internal.R.styleable.AccountAuthenticator_customTokens, false); in parseServiceAttributes()
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/statusbar/hvac/
DAnimatedTemperatureView.java107 R.styleable.AnimatedTemperatureView); in AnimatedTemperatureView()
108 mAreaId = typedArray.getInt(R.styleable.AnimatedTemperatureView_hvacAreaId, -1); in AnimatedTemperatureView()
109 mPropertyId = typedArray.getInt(R.styleable.AnimatedTemperatureView_hvacPropertyId, -1); in AnimatedTemperatureView()
112 R.styleable.AnimatedTemperatureView_hvacPivotOffset, 0); in AnimatedTemperatureView()
113 mGravity = typedArray.getInt(R.styleable.AnimatedTemperatureView_android_gravity, in AnimatedTemperatureView()
116 typedArray.getResourceId(R.styleable.AnimatedTemperatureView_android_textAppearance, in AnimatedTemperatureView()
118 mMinEms = typedArray.getInteger(R.styleable.AnimatedTemperatureView_android_minEms, 0); in AnimatedTemperatureView()
119 mMinValue = typedArray.getFloat(R.styleable.AnimatedTemperatureView_hvacMinValue, in AnimatedTemperatureView()
121 mMaxValue = typedArray.getFloat(R.styleable.AnimatedTemperatureView_hvacMaxValue, in AnimatedTemperatureView()
143 String format = typedArray.getString(R.styleable.AnimatedTemperatureView_hvacTempFormat); in AnimatedTemperatureView()
[all …]
/frameworks/base/graphics/java/android/graphics/drawable/
DPaintDrawable.java77 com.android.internal.R.styleable.DrawableCorners); in inflateTag()
79 com.android.internal.R.styleable.DrawableCorners_radius, 0); in inflateTag()
85 com.android.internal.R.styleable.DrawableCorners_topLeftRadius, radius); in inflateTag()
87 com.android.internal.R.styleable.DrawableCorners_topRightRadius, radius); in inflateTag()
89 com.android.internal.R.styleable.DrawableCorners_bottomLeftRadius, radius); in inflateTag()
91 com.android.internal.R.styleable.DrawableCorners_bottomRightRadius, radius); in inflateTag()
/frameworks/base/core/java/android/view/inputmethod/
DInputMethodInfo.java187 com.android.internal.R.styleable.InputMethod); in InputMethodInfo()
189 com.android.internal.R.styleable.InputMethod_settingsActivity); in InputMethodInfo()
190 isVrOnly = sa.getBoolean(com.android.internal.R.styleable.InputMethod_isVrOnly, false); in InputMethodInfo()
192 com.android.internal.R.styleable.InputMethod_isDefault, 0); in InputMethodInfo()
194 com.android.internal.R.styleable.InputMethod_supportsSwitchingToNextInputMethod, in InputMethodInfo()
209 attrs, com.android.internal.R.styleable.InputMethod_Subtype); in InputMethodInfo()
211 .setSubtypeNameResId(a.getResourceId(com.android.internal.R.styleable in InputMethodInfo()
213 .setSubtypeIconResId(a.getResourceId(com.android.internal.R.styleable in InputMethodInfo()
215 .setLanguageTag(a.getString(com.android.internal.R.styleable in InputMethodInfo()
217 .setSubtypeLocale(a.getString(com.android.internal.R.styleable in InputMethodInfo()
[all …]
/frameworks/base/packages/SettingsLib/LayoutPreference/src/com/android/settingslib/widget/
DLayoutPreference.java105 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.Preference); in init()
106 mAllowDividerAbove = TypedArrayUtils.getBoolean(a, R.styleable.Preference_allowDividerAbove, in init()
107 R.styleable.Preference_allowDividerAbove, false); in init()
108 mAllowDividerBelow = TypedArrayUtils.getBoolean(a, R.styleable.Preference_allowDividerBelow, in init()
109 R.styleable.Preference_allowDividerBelow, false); in init()
113 attrs, R.styleable.Preference, defStyleAttr, 0); in init()
114 int layoutResource = a.getResourceId(R.styleable.Preference_android_layout, 0); in init()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DUserAvatarView.java43 attrs, R.styleable.UserAvatarView, defStyleAttr, defStyleRes); in UserAvatarView()
47 if (attr == R.styleable.UserAvatarView_avatarPadding) { in UserAvatarView()
49 } else if (attr == R.styleable.UserAvatarView_frameWidth) { in UserAvatarView()
51 } else if (attr == R.styleable.UserAvatarView_framePadding) { in UserAvatarView()
53 } else if (attr == R.styleable.UserAvatarView_frameColor) { in UserAvatarView()
55 } else if (attr == R.styleable.UserAvatarView_badgeDiameter) { in UserAvatarView()
57 } else if (attr == R.styleable.UserAvatarView_badgeMargin) { in UserAvatarView()
/frameworks/base/core/java/android/preference/
DPreferenceFrameLayout.java62 com.android.internal.R.styleable.PreferenceFrameLayout, defStyleAttr, defStyleRes); in PreferenceFrameLayout()
71 com.android.internal.R.styleable.PreferenceFrameLayout_borderTop, in PreferenceFrameLayout()
74 com.android.internal.R.styleable.PreferenceFrameLayout_borderBottom, in PreferenceFrameLayout()
77 com.android.internal.R.styleable.PreferenceFrameLayout_borderLeft, in PreferenceFrameLayout()
80 com.android.internal.R.styleable.PreferenceFrameLayout_borderRight, in PreferenceFrameLayout()
146 com.android.internal.R.styleable.PreferenceFrameLayout_Layout); in LayoutParams()
148 … com.android.internal.R.styleable.PreferenceFrameLayout_Layout_layout_removeBorders, in LayoutParams()

12345678910>>...13