Home
last modified time | relevance | path

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

12345678910>>...15

/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-q.txt1 Landroid/R$styleable;->ActionBar:[I
2 Landroid/R$styleable;->ActionBar_background:I
3 Landroid/R$styleable;->ActionBar_backgroundSplit:I
4 Landroid/R$styleable;->ActionBar_backgroundStacked:I
5 Landroid/R$styleable;->ActionBar_divider:I
6 Landroid/R$styleable;->ActionBar_itemPadding:I
7 Landroid/R$styleable;->CalendarView:[I
8 Landroid/R$styleable;->CalendarView_dateTextAppearance:I
9 Landroid/R$styleable;->CalendarView_firstDayOfWeek:I
10 Landroid/R$styleable;->CalendarView_focusedMonthDateColor:I
[all …]
Dhiddenapi-max-target-p.txt10 Lcom/android/internal/R$styleable;->AndroidManifestActivityAlias:[I
11 Lcom/android/internal/R$styleable;->AndroidManifestGrantUriPermission:[I
12 Lcom/android/internal/R$styleable;->AndroidManifestInstrumentation:[I
13 Lcom/android/internal/R$styleable;->AndroidManifestOriginalPackage:[I
14 Lcom/android/internal/R$styleable;->AndroidManifestPathPermission:[I
15 Lcom/android/internal/R$styleable;->AndroidManifestPermission:[I
16 Lcom/android/internal/R$styleable;->AndroidManifestPermissionGroup:[I
17 Lcom/android/internal/R$styleable;->AndroidManifestPermissionTree:[I
18 Lcom/android/internal/R$styleable;->AndroidManifestProtectedBroadcast:[I
19 Lcom/android/internal/R$styleable;->AndroidManifestSupportsScreens:[I
[all …]
/frameworks/base/services/core/java/com/android/server/pm/pkg/component/
DParsedActivityUtils.java95 TypedArray sa = res.obtainAttributes(parser, R.styleable.AndroidManifestActivity); in parseActivityOrReceiver()
100 R.styleable.AndroidManifestActivity_banner, in parseActivityOrReceiver()
101 R.styleable.AndroidManifestActivity_description, in parseActivityOrReceiver()
102 R.styleable.AndroidManifestActivity_directBootAware, in parseActivityOrReceiver()
103 R.styleable.AndroidManifestActivity_enabled, in parseActivityOrReceiver()
104 R.styleable.AndroidManifestActivity_icon, in parseActivityOrReceiver()
105 R.styleable.AndroidManifestActivity_label, in parseActivityOrReceiver()
106 R.styleable.AndroidManifestActivity_logo, in parseActivityOrReceiver()
107 R.styleable.AndroidManifestActivity_name, in parseActivityOrReceiver()
108 R.styleable.AndroidManifestActivity_process, in parseActivityOrReceiver()
[all …]
DParsedProviderUtils.java64 TypedArray sa = res.obtainAttributes(parser, R.styleable.AndroidManifestProvider); in parseProvider()
69 R.styleable.AndroidManifestProvider_banner, in parseProvider()
70 R.styleable.AndroidManifestProvider_description, in parseProvider()
71 R.styleable.AndroidManifestProvider_directBootAware, in parseProvider()
72 R.styleable.AndroidManifestProvider_enabled, in parseProvider()
73 R.styleable.AndroidManifestProvider_icon, in parseProvider()
74 R.styleable.AndroidManifestProvider_label, in parseProvider()
75 R.styleable.AndroidManifestProvider_logo, in parseProvider()
76 R.styleable.AndroidManifestProvider_name, in parseProvider()
77 R.styleable.AndroidManifestProvider_process, in parseProvider()
[all …]
DParsedPermissionUtils.java58 TypedArray sa = res.obtainAttributes(parser, R.styleable.AndroidManifestPermission); in parsePermission()
62 R.styleable.AndroidManifestPermission_banner, in parsePermission()
63 R.styleable.AndroidManifestPermission_description, in parsePermission()
64 R.styleable.AndroidManifestPermission_icon, in parsePermission()
65 R.styleable.AndroidManifestPermission_label, in parsePermission()
66 R.styleable.AndroidManifestPermission_logo, in parsePermission()
67 R.styleable.AndroidManifestPermission_name, in parsePermission()
68 R.styleable.AndroidManifestPermission_roundIcon); in parsePermission()
74 R.styleable.AndroidManifestPermission_backgroundPermission)) { in parsePermission()
77 R.styleable.AndroidManifestPermission_backgroundPermission)); in parsePermission()
[all …]
DParsedServiceUtils.java59 TypedArray sa = res.obtainAttributes(parser, R.styleable.AndroidManifestService); in parseService()
64 R.styleable.AndroidManifestService_banner, in parseService()
65 R.styleable.AndroidManifestService_description, in parseService()
66 R.styleable.AndroidManifestService_directBootAware, in parseService()
67 R.styleable.AndroidManifestService_enabled, in parseService()
68 R.styleable.AndroidManifestService_icon, in parseService()
69 R.styleable.AndroidManifestService_label, in parseService()
70 R.styleable.AndroidManifestService_logo, in parseService()
71 R.styleable.AndroidManifestService_name, in parseService()
72 R.styleable.AndroidManifestService_process, in parseService()
[all …]
DParsedInstrumentationUtils.java48 TypedArray sa = res.obtainAttributes(parser, R.styleable.AndroidManifestInstrumentation); in parseInstrumentation()
52 R.styleable.AndroidManifestInstrumentation_banner, in parseInstrumentation()
54 R.styleable.AndroidManifestInstrumentation_icon, in parseInstrumentation()
55 R.styleable.AndroidManifestInstrumentation_label, in parseInstrumentation()
56 R.styleable.AndroidManifestInstrumentation_logo, in parseInstrumentation()
57 R.styleable.AndroidManifestInstrumentation_name, in parseInstrumentation()
58 R.styleable.AndroidManifestInstrumentation_roundIcon); in parseInstrumentation()
66 …instrumentation.setTargetPackage(sa.getNonResourceString(R.styleable.AndroidManifestInstrumentatio… in parseInstrumentation()
67 ….setTargetProcesses(sa.getNonResourceString(R.styleable.AndroidManifestInstrumentation_targetProce… in parseInstrumentation()
68 ….setHandleProfiling(sa.getBoolean(R.styleable.AndroidManifestInstrumentation_handleProfiling, fals… in parseInstrumentation()
[all …]
DParsedIntentInfoUtils.java58 TypedArray sa = res.obtainAttributes(parser, R.styleable.AndroidManifestIntentFilter); in parseIntentInfo()
61 sa.getInt(R.styleable.AndroidManifestIntentFilter_priority, 0)); in parseIntentInfo()
62 intentFilter.setOrder(sa.getInt(R.styleable.AndroidManifestIntentFilter_order, 0)); in parseIntentInfo()
64 TypedValue v = sa.peekValue(R.styleable.AndroidManifestIntentFilter_label); in parseIntentInfo()
74 R.styleable.AndroidManifestIntentFilter_roundIcon, 0)); in parseIntentInfo()
79 sa.getResourceId(R.styleable.AndroidManifestIntentFilter_icon, 0)); in parseIntentInfo()
84 R.styleable.AndroidManifestIntentFilter_autoVerify, in parseIntentInfo()
169 TypedArray sa = resources.obtainAttributes(parser, R.styleable.AndroidManifestData); in parseData()
172 R.styleable.AndroidManifestData_mimeType, 0); in parseData()
182 R.styleable.AndroidManifestData_mimeGroup, 0); in parseData()
[all …]
DParsedApexSystemServiceUtils.java42 R.styleable.AndroidManifestApexSystemService); in parseApexSystemService()
45 R.styleable.AndroidManifestApexSystemService_name); in parseApexSystemService()
51 R.styleable.AndroidManifestApexSystemService_path); in parseApexSystemService()
53 R.styleable.AndroidManifestApexSystemService_minSdkVersion); in parseApexSystemService()
55 R.styleable.AndroidManifestApexSystemService_maxSdkVersion); in parseApexSystemService()
56 int initOrder = sa.getInt(R.styleable.AndroidManifestApexSystemService_initOrder, 0); in parseApexSystemService()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/shadow/
DDoubleShadowTextClock.kt43 R.styleable.DoubleShadowTextClock,
49 attributes.getDimensionPixelSize(R.styleable.DoubleShadowTextClock_keyShadowBlur, 0)
52 R.styleable.DoubleShadowTextClock_keyShadowOffsetX,
57 R.styleable.DoubleShadowTextClock_keyShadowOffsetY,
61 attributes.getFloat(R.styleable.DoubleShadowTextClock_keyShadowAlpha, 0f)
71 R.styleable.DoubleShadowTextClock_ambientShadowBlur,
76 R.styleable.DoubleShadowTextClock_ambientShadowOffsetX,
81 R.styleable.DoubleShadowTextClock_ambientShadowOffsetY,
85 attributes.getFloat(R.styleable.DoubleShadowTextClock_ambientShadowAlpha, 0f)
94 attributes.getBoolean(R.styleable.DoubleShadowTextClock_removeTextDescent, false)
[all …]
DDoubleShadowTextView.kt43 R.styleable.DoubleShadowTextView,
51 attributes.getDimension(R.styleable.DoubleShadowTextView_keyShadowBlur, 0f)
53 attributes.getDimension(R.styleable.DoubleShadowTextView_keyShadowOffsetX, 0f)
55 attributes.getDimension(R.styleable.DoubleShadowTextView_keyShadowOffsetY, 0f)
57 attributes.getFloat(R.styleable.DoubleShadowTextView_keyShadowAlpha, 0f)
61 attributes.getDimension(R.styleable.DoubleShadowTextView_ambientShadowBlur, 0f)
63 attributes.getDimension(R.styleable.DoubleShadowTextView_ambientShadowOffsetX, 0f)
65 attributes.getDimension(R.styleable.DoubleShadowTextView_ambientShadowOffsetY, 0f)
67 attributes.getFloat(R.styleable.DoubleShadowTextView_ambientShadowAlpha, 0f)
77 R.styleable.DoubleShadowTextView_drawableIconSize,
[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.java248 com.android.internal.R.styleable.Pointer, in getSystemIcon()
470 parser, com.android.internal.R.styleable.PointerIcon); in loadResource()
471 bitmapRes = a.getResourceId(com.android.internal.R.styleable.PointerIcon_bitmap, 0); in loadResource()
472 hotSpotX = a.getDimension(com.android.internal.R.styleable.PointerIcon_hotSpotX, 0); in loadResource()
473 hotSpotY = a.getDimension(com.android.internal.R.styleable.PointerIcon_hotSpotY, 0); in loadResource()
548 return com.android.internal.R.styleable.Pointer_pointerIconArrow; in getSystemIconTypeIndex()
550 return com.android.internal.R.styleable.Pointer_pointerIconSpotHover; in getSystemIconTypeIndex()
552 return com.android.internal.R.styleable.Pointer_pointerIconSpotTouch; in getSystemIconTypeIndex()
554 return com.android.internal.R.styleable.Pointer_pointerIconSpotAnchor; in getSystemIconTypeIndex()
556 return com.android.internal.R.styleable.Pointer_pointerIconHand; in getSystemIconTypeIndex()
[all …]
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
DTransitionAnimationHelper.java96 ? R.styleable.WindowAnimation_dreamActivityOpenEnterAnimation in loadAttributeAnimation()
97 : R.styleable.WindowAnimation_dreamActivityOpenExitAnimation; in loadAttributeAnimation()
101 : R.styleable.WindowAnimation_dreamActivityCloseExitAnimation; in loadAttributeAnimation()
105 ? R.styleable.WindowAnimation_wallpaperIntraOpenEnterAnimation in loadAttributeAnimation()
106 : R.styleable.WindowAnimation_wallpaperIntraOpenExitAnimation; in loadAttributeAnimation()
109 ? R.styleable.WindowAnimation_wallpaperIntraCloseEnterAnimation in loadAttributeAnimation()
110 : R.styleable.WindowAnimation_wallpaperIntraCloseExitAnimation; in loadAttributeAnimation()
113 ? R.styleable.WindowAnimation_wallpaperOpenEnterAnimation in loadAttributeAnimation()
114 : R.styleable.WindowAnimation_wallpaperOpenExitAnimation; in loadAttributeAnimation()
117 ? R.styleable.WindowAnimation_wallpaperCloseEnterAnimation in loadAttributeAnimation()
[all …]
/frameworks/base/services/core/java/com/android/server/pm/pkg/parsing/
DParsingPackageUtils.java663 final TypedArray manifestArray = res.obtainAttributes(parser, R.styleable.AndroidManifest); in parseBaseApk()
754 TypedArray sa = res.obtainAttributes(parser, R.styleable.AndroidManifestApplication); in parseSplitApplication()
757 R.styleable.AndroidManifestApplication_hasCode, true)); in parseSplitApplication()
760 R.styleable.AndroidManifestApplication_classLoader); in parseSplitApplication()
916 R.styleable.AndroidManifest_installLocation, sa)) in parseBaseApkTags()
918 R.styleable.AndroidManifest_targetSandboxVersion, sa)) in parseBaseApkTags()
1059 String str = nonConfigString(0, R.styleable.AndroidManifest_sharedUserId, sa); in parseSharedUser()
1076 int max = anInteger(0, R.styleable.AndroidManifest_sharedUserMaxSdkVersion, sa); in parseSharedUser()
1083 .setSharedUserLabel(resId(R.styleable.AndroidManifest_sharedUserLabel, sa))); in parseSharedUser()
1116 TypedArray sa = res.obtainAttributes(parser, R.styleable.AndroidManifestKeySet); in parseKeySets()
[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/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/core/java/android/view/animation/
DPathInterpolator.java102 a = theme.obtainStyledAttributes(attrs, R.styleable.PathInterpolator, 0, 0); in PathInterpolator()
104 a = res.obtainAttributes(attrs, R.styleable.PathInterpolator); in PathInterpolator()
114 if (a.hasValue(R.styleable.PathInterpolator_pathData)) { in parseInterpolatorFromTypeArray()
115 String pathData = a.getString(R.styleable.PathInterpolator_pathData); in parseInterpolatorFromTypeArray()
123 if (!a.hasValue(R.styleable.PathInterpolator_controlX1)) { in parseInterpolatorFromTypeArray()
125 } else if (!a.hasValue(R.styleable.PathInterpolator_controlY1)) { in parseInterpolatorFromTypeArray()
128 float x1 = a.getFloat(R.styleable.PathInterpolator_controlX1, 0); in parseInterpolatorFromTypeArray()
129 float y1 = a.getFloat(R.styleable.PathInterpolator_controlY1, 0); in parseInterpolatorFromTypeArray()
131 boolean hasX2 = a.hasValue(R.styleable.PathInterpolator_controlX2); in parseInterpolatorFromTypeArray()
132 boolean hasY2 = a.hasValue(R.styleable.PathInterpolator_controlY2); in parseInterpolatorFromTypeArray()
[all …]
/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/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 …]
/frameworks/base/core/java/android/content/pm/
DPackageParser.java1887 com.android.internal.R.styleable.AndroidManifest); in parseBaseApk()
1890 com.android.internal.R.styleable.AndroidManifest_versionCode, 0); in parseBaseApk()
1892 com.android.internal.R.styleable.AndroidManifest_versionCodeMajor, 0); in parseBaseApk()
1895 com.android.internal.R.styleable.AndroidManifest_revisionCode, 0); in parseBaseApk()
1897 com.android.internal.R.styleable.AndroidManifest_versionName, 0); in parseBaseApk()
1905 com.android.internal.R.styleable.AndroidManifest_isolatedSplits, false); in parseBaseApk()
1911 com.android.internal.R.styleable.AndroidManifest_compileSdkVersion, 0); in parseBaseApk()
1914 com.android.internal.R.styleable.AndroidManifest_compileSdkVersionCodename, 0); in parseBaseApk()
1953 com.android.internal.R.styleable.AndroidManifest); in parseBaseApkCommon()
1958 com.android.internal.R.styleable.AndroidManifest_sharedUserMaxSdkVersion, 0); in parseBaseApkCommon()
[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/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()

12345678910>>...15