Home
last modified time | relevance | path

Searched refs:obtainStyledAttributes (Results 1 – 25 of 226) sorted by relevance

12345678910

/packages/apps/Launcher3/src/com/android/launcher3/util/
DThemes.java77 TypedArray ta = context.obtainStyledAttributes(android.R.style.TextAppearance_DeviceDefault, in getDefaultBodyFont()
90 TypedArray ta = context.obtainStyledAttributes(new int[]{attr}); in getDimension()
115 TypedArray ta = context.obtainStyledAttributes(new int[]{attr}); in getAttrBoolean()
122 TypedArray ta = context.obtainStyledAttributes(new int[]{attr}); in getAttrDrawable()
129 TypedArray ta = context.obtainStyledAttributes(new int[]{attr}); in getAttrInteger()
186 TypedArray ta = context.obtainStyledAttributes(attrSet, attrNames); in createValueMap()
DResourceHelper.kt34 open fun obtainStyledAttributes(attrs: AttributeSet, styleId: IntArray): TypedArray { in obtainStyledAttributes() method in com.android.launcher3.util.ResourceHelper
35 return context.obtainStyledAttributes(attrs, styleId) in obtainStyledAttributes()
/packages/apps/Dialer/java/com/android/dialer/common/preference/
DSwitchPreferenceWithClickableSummary.java54 context.obtainStyledAttributes(attrs, R.styleable.SwitchPreferenceWithClickableSummary); in SwitchPreferenceWithClickableSummary()
64 context.obtainStyledAttributes(attrs, R.styleable.SwitchPreferenceWithClickableSummary); in SwitchPreferenceWithClickableSummary()
73 context.obtainStyledAttributes(attrs, R.styleable.SwitchPreferenceWithClickableSummary); in SwitchPreferenceWithClickableSummary()
/packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/about/
DUtils.java104 TypedArray ta = context.obtainStyledAttributes(new int[]{attr}); in applyAlphaAttr()
119 TypedArray ta = context.obtainStyledAttributes(new int[]{attr}); in getColorAttrDefaultColor()
126 TypedArray ta = context.obtainStyledAttributes(new int[]{attr}); in getColorAttr()
141 TypedArray ta = context.obtainStyledAttributes(new int[]{attr}); in getThemeAttr()
148 TypedArray ta = context.obtainStyledAttributes(new int[]{attr}); in getDrawable()
/packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/util/
DLibUtils.java134 TypedArray ta = context.obtainStyledAttributes(new int[]{attr}); in applyAlphaAttr()
149 TypedArray ta = context.obtainStyledAttributes(new int[]{attr}); in getColorAttrDefaultColor()
156 TypedArray ta = context.obtainStyledAttributes(new int[]{attr}); in getColorAttr()
171 TypedArray ta = context.obtainStyledAttributes(new int[]{attr}); in getThemeAttr()
178 TypedArray ta = context.obtainStyledAttributes(new int[]{attr}); in getDrawable()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/element/
DCarSystemBarElementFlags.java89 TypedArray typedArray = context.obtainStyledAttributes(attrs, in getStatusBarManagerDisableFlagsFromAttributes()
132 TypedArray typedArray = context.obtainStyledAttributes(attrs, in getStatusBarManagerDisable2FlagsFromAttributes()
171 TypedArray typedArray = context.obtainStyledAttributes(attrs, in getDisableForLockTaskModeLockedFromAttributes()
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/util/
DTestResourceHelper.kt37 override fun obtainStyledAttributes(attrs: AttributeSet, styleId: IntArray): TypedArray { in <lambda>() method
45 return context.obtainStyledAttributes(attrs, clone) in <lambda>()
/packages/apps/DeskClock/src/com/android/deskclock/
DThemeUtils.kt55 a = context.obtainStyledAttributes(TEMP_ATTR) in resolveColor()
81 a = context.obtainStyledAttributes(TEMP_ATTR) in resolveDrawable()
/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/indexing/
DXmlParserUtils.java83 final TypedArray ta = context.obtainStyledAttributes(attrs, R.styleable.Preference); in getDataIcon()
110 final TypedArray ta = context.obtainStyledAttributes(set, attrs); in getData()
123 final TypedArray sa = context.obtainStyledAttributes(set, attrs); in getDataEntries()
/packages/modules/Permission/PermissionController/iconloaderlib/src/com/android/launcher3/icons/
DGraphicsUtils.java112 TypedArray ta = context.obtainStyledAttributes(new int[]{attr}); in getAttrColor()
122 TypedArray ta = context.obtainStyledAttributes(new int[]{attr}); in getFloat()
/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/ui/
DThemeUiTestBase.java95 final TypedArray ta = mTheme.obtainStyledAttributes(styleable); in assertTheme()
109 final TypedArray ta = mTheme.obtainStyledAttributes(styleable); in assertTheme()
/packages/apps/Launcher3/src/com/android/launcher3/responsive/
DResponsiveSpecsParser.kt53 resourceHelper.obtainStyledAttributes( in parseXML()
68 resourceHelper.obtainStyledAttributes( in parseXML()
/packages/apps/Settings/src/com/android/settings/core/
DPreferenceXmlParserUtils.java147 final TypedArray preferenceAttributes = context.obtainStyledAttributes(attrs, in extractMetadata()
151 preferenceScreenAttributes = context.obtainStyledAttributes( in extractMetadata()
265 TypedArray preferenceAttributes = context.obtainStyledAttributes(attrs, in getUserRestriction()
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DWidgetSections.java89 TypedArray a = context.obtainStyledAttributes( in parseWidgetSectionsXml()
128 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.WidgetSections); in WidgetSection()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/hvac/
DSeatTemperatureLevelButton.java169 TypedArray typedArray = mContext.obtainStyledAttributes(attrs, R.styleable.HvacView); in parseAttributes()
173 typedArray = mContext.obtainStyledAttributes(attrs, R.styleable.SeatTemperatureLevelButton); in parseAttributes()
/packages/apps/Settings/src/com/android/settings/widget/
DChartGridView.java70 final TypedArray a = context.obtainStyledAttributes( in ChartGridView()
78 final TypedArray ta = context.obtainStyledAttributes(taId, in ChartGridView()
/packages/apps/Launcher3/src/com/android/launcher3/
DDevicePaddings.java68 TypedArray a = context.obtainStyledAttributes( in DevicePaddings()
205 TypedArray t = context.obtainStyledAttributes(attrs, in PaddingFormula()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/
DResourceUtils.java30 TypedArray ta = context.obtainStyledAttributes(new int[]{attr}); in getColorAttr()
/packages/apps/LegacyCamera/src/com/android/camera/
DCameraPreference.java44 TypedArray a = context.obtainStyledAttributes( in CameraPreference()
/packages/apps/Messaging/src/com/android/messaging/ui/
DMaxHeightScrollView.java36 final TypedArray attr = context.obtainStyledAttributes(attrs, in MaxHeightScrollView()
/packages/apps/DocumentsUI/src/com/android/documentsui/
DGridItemThumbnail.java39 TypedArray ta = context.obtainStyledAttributes(R.styleable.GridItem); in GridItemThumbnail()
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DDocumentsSwipeRefreshLayout.java47 TypedArray a = context.obtainStyledAttributes(styledAttrs); in DocumentsSwipeRefreshLayout()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
DTsPreference.java43 final TypedArray a = getContext().obtainStyledAttributes( in initStyleAttributes()
/packages/apps/Dialer/java/com/android/dialer/widget/
DResizingTextTextView.java34 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.ResizingText); in ResizingTextTextView()
/packages/apps/Car/Settings/src/com/android/car/settings/sound/
DRingtonePreference.java44 TypedArray a = context.obtainStyledAttributes(attrs, in RingtonePreference()

12345678910