/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-q.txt | 1 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 …]
|
D | hiddenapi-max-target-p.txt | 10 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/core/java/android/content/res/ |
D | Element.java | 494 case R.styleable.AndroidManifestAction_name: in getActionResStrMaxLen() 503 case R.styleable.AndroidManifestActivity_name: in getActivityResStrMaxLen() 504 case R.styleable.AndroidManifestActivity_parentActivityName: in getActivityResStrMaxLen() 505 case R.styleable.AndroidManifestActivity_permission: in getActivityResStrMaxLen() 506 case R.styleable.AndroidManifestActivity_process: in getActivityResStrMaxLen() 507 case R.styleable.AndroidManifestActivity_taskAffinity: in getActivityResStrMaxLen() 516 case R.styleable.AndroidManifestActivityAlias_name: in getActivityAliasResStrMaxLen() 517 case R.styleable.AndroidManifestActivityAlias_permission: in getActivityAliasResStrMaxLen() 518 case R.styleable.AndroidManifestActivityAlias_targetActivity: in getActivityAliasResStrMaxLen() 527 case R.styleable.AndroidManifestApplication_backupAgent: in getApplicationResStrMaxLen() [all …]
|
D | GradientColor.java | 189 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/services/tests/servicestests/src/com/android/server/pm/parsing/ |
D | AndroidPackageParsingValidationTest.kt | 105 R.styleable.AndroidManifestApplication_backupAgent, in <lambda>() 111 R.styleable.AndroidManifestApplication_backupAgent in <lambda>() 116 R.styleable.AndroidManifestApplication_manageSpaceActivity, in <lambda>() 119 validateTagAttr(tag, "name", R.styleable.AndroidManifestApplication_name, 1024) in <lambda>() 120 validateTagAttrComponentName(tag, "name", R.styleable.AndroidManifestApplication_name) in <lambda>() 121 validateTagAttr(tag, "permission", R.styleable.AndroidManifestApplication_permission, 1024) in <lambda>() 122 validateTagAttr(tag, "process", R.styleable.AndroidManifestApplication_process, 1024) in <lambda>() 126 R.styleable.AndroidManifestApplication_requiredAccountType, in <lambda>() 132 R.styleable.AndroidManifestApplication_restrictedAccountType, in <lambda>() 138 R.styleable.AndroidManifestApplication_taskAffinity, in <lambda>() [all …]
|
/frameworks/base/core/java/com/android/internal/pm/pkg/component/ |
D | ParsedActivityUtils.java | 96 TypedArray sa = res.obtainAttributes(parser, R.styleable.AndroidManifestActivity); in parseActivityOrReceiver() 101 R.styleable.AndroidManifestActivity_banner, in parseActivityOrReceiver() 102 R.styleable.AndroidManifestActivity_description, in parseActivityOrReceiver() 103 R.styleable.AndroidManifestActivity_directBootAware, in parseActivityOrReceiver() 104 R.styleable.AndroidManifestActivity_enabled, in parseActivityOrReceiver() 105 R.styleable.AndroidManifestActivity_icon, in parseActivityOrReceiver() 106 R.styleable.AndroidManifestActivity_label, in parseActivityOrReceiver() 107 R.styleable.AndroidManifestActivity_logo, in parseActivityOrReceiver() 108 R.styleable.AndroidManifestActivity_name, in parseActivityOrReceiver() 109 R.styleable.AndroidManifestActivity_process, in parseActivityOrReceiver() [all …]
|
D | ParsedPermissionUtils.java | 59 try (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() 73 int maxSdkVersion = sa.getInt(R.styleable.AndroidManifestPermission_maxSdkVersion, -1); in parsePermission() 79 R.styleable.AndroidManifestPermission_backgroundPermission)) { in parsePermission() [all …]
|
D | ParsedProviderUtils.java | 66 TypedArray sa = res.obtainAttributes(parser, R.styleable.AndroidManifestProvider); in parseProvider() 71 R.styleable.AndroidManifestProvider_banner, in parseProvider() 72 R.styleable.AndroidManifestProvider_description, in parseProvider() 73 R.styleable.AndroidManifestProvider_directBootAware, in parseProvider() 74 R.styleable.AndroidManifestProvider_enabled, in parseProvider() 75 R.styleable.AndroidManifestProvider_icon, in parseProvider() 76 R.styleable.AndroidManifestProvider_label, in parseProvider() 77 R.styleable.AndroidManifestProvider_logo, in parseProvider() 78 R.styleable.AndroidManifestProvider_name, in parseProvider() 79 R.styleable.AndroidManifestProvider_process, in parseProvider() [all …]
|
D | ParsedServiceUtils.java | 61 TypedArray sa = res.obtainAttributes(parser, R.styleable.AndroidManifestService); in parseService() 66 R.styleable.AndroidManifestService_banner, in parseService() 67 R.styleable.AndroidManifestService_description, in parseService() 68 R.styleable.AndroidManifestService_directBootAware, in parseService() 69 R.styleable.AndroidManifestService_enabled, in parseService() 70 R.styleable.AndroidManifestService_icon, in parseService() 71 R.styleable.AndroidManifestService_label, in parseService() 72 R.styleable.AndroidManifestService_logo, in parseService() 73 R.styleable.AndroidManifestService_name, in parseService() 74 R.styleable.AndroidManifestService_process, in parseService() [all …]
|
D | ParsedIntentInfoUtils.java | 62 TypedArray sa = res.obtainAttributes(parser, R.styleable.AndroidManifestIntentFilter); in parseIntentInfo() 65 sa.getInt(R.styleable.AndroidManifestIntentFilter_priority, 0)); in parseIntentInfo() 66 intentFilter.setOrder(sa.getInt(R.styleable.AndroidManifestIntentFilter_order, 0)); in parseIntentInfo() 68 TypedValue v = sa.peekValue(R.styleable.AndroidManifestIntentFilter_label); in parseIntentInfo() 78 R.styleable.AndroidManifestIntentFilter_roundIcon, 0)); in parseIntentInfo() 83 sa.getResourceId(R.styleable.AndroidManifestIntentFilter_icon, 0)); in parseIntentInfo() 88 R.styleable.AndroidManifestIntentFilter_autoVerify, in parseIntentInfo() 184 R.styleable.AndroidManifestUriRelativeFilterGroup); in parseRelRefGroup() 188 if (!sa.getBoolean(R.styleable.AndroidManifestUriRelativeFilterGroup_allow, true)) { in parseRelRefGroup() 234 TypedArray sa = res.obtainAttributes(parser, R.styleable.AndroidManifestData); in parseRelRefGroupData() [all …]
|
D | ParsedInstrumentationUtils.java | 48 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 …]
|
D | ParsedApexSystemServiceUtils.java | 42 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/tests/FrameworkPerf/src/com/android/frameworkperf/ |
D | SimpleInflater.java | 125 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/packages/SystemUI/shared/src/com/android/systemui/shared/shadow/ |
D | DoubleShadowTextView.kt | 43 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 …]
|
D | DoubleShadowTextClock.kt | 64 R.styleable.DoubleShadowTextClock, in initializeAttributes() 72 attributes.getDimensionPixelSize(R.styleable.DoubleShadowTextClock_keyShadowBlur, 0) in initializeAttributes() 75 R.styleable.DoubleShadowTextClock_keyShadowOffsetX, in initializeAttributes() 80 R.styleable.DoubleShadowTextClock_keyShadowOffsetY, in initializeAttributes() 84 attributes.getFloat(R.styleable.DoubleShadowTextClock_keyShadowAlpha, 0f) in initializeAttributes() 94 R.styleable.DoubleShadowTextClock_ambientShadowBlur, in initializeAttributes() 99 R.styleable.DoubleShadowTextClock_ambientShadowOffsetX, in initializeAttributes() 104 R.styleable.DoubleShadowTextClock_ambientShadowOffsetY, in initializeAttributes() 108 attributes.getFloat(R.styleable.DoubleShadowTextClock_ambientShadowAlpha, 0f) in initializeAttributes() 117 attributes.getBoolean(R.styleable.DoubleShadowTextClock_removeTextDescent, false) in initializeAttributes() [all …]
|
/frameworks/base/core/java/android/view/ |
D | MenuInflater.java | 376 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 …]
|
D | PointerIcon.java | 288 com.android.internal.R.styleable.Pointer, in getLoadedSystemIcon() 494 parser, com.android.internal.R.styleable.PointerIcon); in loadResource() 495 bitmapRes = a.getResourceId(com.android.internal.R.styleable.PointerIcon_bitmap, 0); in loadResource() 496 hotSpotX = a.getDimension(com.android.internal.R.styleable.PointerIcon_hotSpotX, 0) in loadResource() 498 hotSpotY = a.getDimension(com.android.internal.R.styleable.PointerIcon_hotSpotY, 0) in loadResource() 599 return com.android.internal.R.styleable.Pointer_pointerIconArrow; in getSystemIconTypeIndex() 601 return com.android.internal.R.styleable.Pointer_pointerIconSpotHover; in getSystemIconTypeIndex() 603 return com.android.internal.R.styleable.Pointer_pointerIconSpotTouch; in getSystemIconTypeIndex() 605 return com.android.internal.R.styleable.Pointer_pointerIconSpotAnchor; in getSystemIconTypeIndex() 607 return com.android.internal.R.styleable.Pointer_pointerIconHand; in getSystemIconTypeIndex() [all …]
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/ |
D | TransitionAnimationHelper.java | 87 ? R.styleable.WindowAnimation_dreamActivityOpenEnterAnimation in loadAttributeAnimation() 88 : R.styleable.WindowAnimation_dreamActivityOpenExitAnimation; in loadAttributeAnimation() 92 : R.styleable.WindowAnimation_dreamActivityCloseExitAnimation; in loadAttributeAnimation() 96 ? R.styleable.WindowAnimation_wallpaperIntraOpenEnterAnimation in loadAttributeAnimation() 97 : R.styleable.WindowAnimation_wallpaperIntraOpenExitAnimation; in loadAttributeAnimation() 100 ? R.styleable.WindowAnimation_wallpaperIntraCloseEnterAnimation in loadAttributeAnimation() 101 : R.styleable.WindowAnimation_wallpaperIntraCloseExitAnimation; in loadAttributeAnimation() 104 ? R.styleable.WindowAnimation_wallpaperOpenEnterAnimation in loadAttributeAnimation() 105 : R.styleable.WindowAnimation_wallpaperOpenExitAnimation; in loadAttributeAnimation() 108 ? R.styleable.WindowAnimation_wallpaperCloseEnterAnimation in loadAttributeAnimation() [all …]
|
/frameworks/base/tests/SharedLibrary/lib/src/com/google/android/test/shared_library/ |
D | AddressView.java | 29 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/com/android/internal/pm/pkg/parsing/ |
D | ParsingPackageUtils.java | 719 final TypedArray manifestArray = res.obtainAttributes(parser, R.styleable.AndroidManifest); 814 TypedArray sa = res.obtainAttributes(parser, R.styleable.AndroidManifestApplication); 817 R.styleable.AndroidManifestApplication_hasCode, true)); 820 R.styleable.AndroidManifestApplication_classLoader); 974 R.styleable.AndroidManifest_installLocation, sa)) 976 R.styleable.AndroidManifest_targetSandboxVersion, sa)) 1139 String str = nonConfigString(0, R.styleable.AndroidManifest_sharedUserId, sa); 1156 int max = anInteger(0, R.styleable.AndroidManifest_sharedUserMaxSdkVersion, sa); 1164 resId(R.styleable.AndroidManifest_sharedUserLabel, sa))); 1197 TypedArray sa = res.obtainAttributes(parser, R.styleable.AndroidManifestKeySet); [all …]
|
/frameworks/base/core/java/android/view/animation/ |
D | PathInterpolator.java | 102 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/text/style/ |
D | TextAppearanceSpan.java | 107 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/app/ |
D | SearchableInfo.java | 318 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/ |
D | ShortcutParser.java | 356 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/pm/ |
D | PackageParser.java | 1887 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 …]
|