Home
last modified time | relevance | path

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

12

/packages/apps/Launcher3/src/com/android/launcher3/util/
DThemes.java77 TypedArray ta = context.obtainStyledAttributes(android.R.style.TextAppearance_DeviceDefault, in getDefaultBodyFont() local
90 TypedArray ta = context.obtainStyledAttributes(new int[]{attr}); in getDimension() local
115 TypedArray ta = context.obtainStyledAttributes(new int[]{attr}); in getAttrBoolean() local
122 TypedArray ta = context.obtainStyledAttributes(new int[]{attr}); in getAttrDrawable() local
129 TypedArray ta = context.obtainStyledAttributes(new int[]{attr}); in getAttrInteger() local
186 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/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/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/modules/Permission/PermissionController/iconloaderlib/src/com/android/launcher3/icons/
DGraphicsUtils.java112 TypedArray ta = context.obtainStyledAttributes(new int[]{attr}); in getAttrColor() local
122 TypedArray ta = context.obtainStyledAttributes(new int[]{attr}); in getFloat() 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.java83 final TypedArray ta = context.obtainStyledAttributes(attrs, R.styleable.Preference); in getDataIcon() local
110 final TypedArray ta = context.obtainStyledAttributes(set, attrs); in getData() local
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/handheld/v31/
DPermissionUsageControlPreference.java58 TypedArray ta = 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.java71 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/Launcher3/quickstep/src/com/android/quickstep/interaction/
DRootSandboxLayout.java80 TypedArray ta = context.obtainStyledAttributes( in RootSandboxLayout() local
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DKeyboardQuickSwitchTaskView.java77 TypedArray ta = context.obtainStyledAttributes( in KeyboardQuickSwitchTaskView() 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/biometrics/fingerprint/
DUdfpsEnrollDrawable.java300 final TypedArray ta = context.obtainStyledAttributes(attrs, in loadResources() local
/packages/apps/Settings/src/com/android/settings/notification/history/
DNotificationHistoryActivity.java326 try (TypedArray ta = theme.obtainStyledAttributes(new int[]{attrRes})) { in obtainThemeColor()
/packages/apps/Car/Notification/src/com/android/car/notification/
DNotificationUtils.java52 TypedArray ta = context.obtainStyledAttributes(new int[]{attr}); in getAttrColor() local
/packages/apps/Settings/src/com/android/settings/biometrics2/ui/widget/
DUdfpsEnrollDrawable.java332 final TypedArray ta = context.obtainStyledAttributes(attrs, in loadResources() local
DUdfpsEnrollProgressBarDrawable.java336 final TypedArray ta = context.obtainStyledAttributes(attrs, in loadResources() local
/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/ui/
DTabFragment.java142 final TypedArray ta = context.obtainStyledAttributes(attrs); in onViewCreated() local
/packages/apps/Launcher3/src/com/android/launcher3/views/
DArrowTipView.java106 TypedArray ta = context.obtainStyledAttributes(R.styleable.ArrowTipView); in ArrowTipView() local

12