Home
last modified time | relevance | path

Searched defs:ta (Results 1 – 25 of 28) sorted by relevance

12

/packages/apps/Launcher3/src/com/android/launcher3/util/
DThemes.java83 TypedArray ta = context.obtainStyledAttributes(android.R.style.TextAppearance_DeviceDefault, in getDefaultBodyFont() local
96 TypedArray ta = context.obtainStyledAttributes(new int[]{attr}); in getDimension() local
121 TypedArray ta = context.obtainStyledAttributes(new int[]{attr}); in getAttrBoolean() local
128 TypedArray ta = context.obtainStyledAttributes(new int[]{attr}); in getAttrDrawable() local
135 TypedArray ta = context.obtainStyledAttributes(new int[]{attr}); in getAttrInteger() local
192 TypedArray ta = context.obtainStyledAttributes(attrSet, attrNames); in createValueMap() local
/packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/about/
DUtils.java104 TypedArray ta = context.obtainStyledAttributes(new int[]{attr}); in applyAlphaAttr() local
119 TypedArray ta = context.obtainStyledAttributes(new int[]{attr}); in getColorAttrDefaultColor() local
126 TypedArray ta = context.obtainStyledAttributes(new int[]{attr}); in getColorAttr() local
141 TypedArray ta = context.obtainStyledAttributes(new int[]{attr}); in getThemeAttr() local
148 TypedArray ta = context.obtainStyledAttributes(new int[]{attr}); in getDrawable() local
/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/ui/
DThemeUiTestBase.java95 final TypedArray ta = mTheme.obtainStyledAttributes(styleable); in assertTheme() local
109 final TypedArray ta = mTheme.obtainStyledAttributes(styleable); in assertTheme() local
/packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/util/
DLibUtils.java134 TypedArray ta = context.obtainStyledAttributes(new int[]{attr}); in applyAlphaAttr() local
149 TypedArray ta = context.obtainStyledAttributes(new int[]{attr}); in getColorAttrDefaultColor() local
156 TypedArray ta = context.obtainStyledAttributes(new int[]{attr}); in getColorAttr() local
171 TypedArray ta = context.obtainStyledAttributes(new int[]{attr}); in getThemeAttr() local
178 TypedArray ta = context.obtainStyledAttributes(new int[]{attr}); in getDrawable() local
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/
DResourceUtils.java30 TypedArray ta = context.obtainStyledAttributes(new int[]{attr}); in getColorAttr() local
/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/indexing/
DXmlParserUtils.java101 final TypedArray ta = context.obtainStyledAttributes(attrs, R.styleable.Preference); in getDataIcon() local
117 final TypedArray ta = context.obtainStyledAttributes(set, attrs); in getData() local
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/handheld/v31/
DPermissionUsageV2ControlPreference.java55 TypedArray ta = mContext.obtainStyledAttributes( in onBindViewHolder() local
/packages/apps/DocumentsUI/src/com/android/documentsui/
DGridItemThumbnail.java39 TypedArray ta = context.obtainStyledAttributes(R.styleable.GridItem); in GridItemThumbnail() local
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/util/
DGuidedActionsAlignUtil.java70 TypedArray ta = context.getTheme().obtainStyledAttributes( in getKeyLinePercent() local
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DSplineMath.java61 double ta = a * y1; in calculatetCurve() local
102 double ta = a * y1; in getValue() local
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/
DMessagePageFrameLayout.java51 TypedArray ta = context.getTheme().obtainStyledAttributes( in getKeyLinePercent() local
DGuidanceRelativeLayout.java50 TypedArray ta = context.getTheme().obtainStyledAttributes( in getKeyLinePercent() local
/packages/apps/DocumentsUI/src/com/android/documentsui/inspector/
DKeyValueRow.java101 TypedArray ta = getContext().obtainStyledAttributes(R.styleable.TextAppearance); in setOnClickListener() local
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DSpline.java194 double ta = a * y1; in getAppliedCurve() local
289 double ta = a * y1; in draw() local
/packages/apps/Settings/src/com/android/settings/widget/
DChartGridView.java78 final TypedArray ta = context.obtainStyledAttributes(taId, in ChartGridView() local
/packages/apps/Settings/src/com/android/settings/notification/history/
DNotificationHistoryActivity.java321 try (TypedArray ta = theme.obtainStyledAttributes(new int[]{attrRes})) { in obtainThemeColor()
/packages/apps/Car/Notification/src/com/android/car/notification/
DNotificationUtils.java49 TypedArray ta = context.obtainStyledAttributes(new int[]{attr}); in getAttrColor() local
/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/ui/
DTabFragment.java138 final TypedArray ta = context.obtainStyledAttributes(attrs); in onViewCreated() local
/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/
DPhotoPickerActivity.java117 final TypedArray ta = obtainStyledAttributes(attrs); in onCreate() local
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DPreviewBackground.java152 TypedArray ta = context.getTheme().obtainStyledAttributes(R.styleable.FolderIconPreview); in setup() local
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/
DCaptionCustomFragment.java70 final TypedArray ta = in onCreatePreferences() local
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
DAccessPointPreference.java351 TypedArray ta = context.obtainStyledAttributes(new int[]{attr}); in getColorAttr() local
/packages/apps/Launcher3/src/com/android/launcher3/views/
DRecyclerViewFastScroller.java168 TypedArray ta = in RecyclerViewFastScroller() local
/packages/apps/Settings/src/com/android/settings/core/
DPreferenceXmlParserUtils.java275 final TypedArray ta = context.obtainStyledAttributes(set, attrs); in getStringData() local
/packages/apps/ThemePicker/src/com/android/customization/model/theme/custom/
DThemeComponentOption.java504 TypedArray ta = view.getContext().obtainStyledAttributes( in bindThumbnailTile() local

12