Home
last modified time | relevance | path

Searched refs:colorAccent (Results 1 – 22 of 22) sorted by relevance

/frameworks/base/tools/aapt2/link/
DXmlReferenceLinker_test.cpp145 android:colorAccent="@android:color/hidden" />)");
154 android:colorAccent="@*android:color/hidden" />)");
163 support:colorAccent="#ff0000" />)");
172 view_el->FindAttribute(xml::BuildPackageNamespace("com.android.support"), "colorAccent");
182 app:colorAccent="@app:color/red" />)");
190 xml::Attribute* xml_attr = view_el->FindAttribute(xml::kSchemaAuto, "colorAccent");
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DPipContentOverlay.java105 int colorAccent = ta.getColor(0, 0); in getContentOverlayColor() local
107 Color.red(colorAccent) / 255f, in getContentOverlayColor()
108 Color.green(colorAccent) / 255f, in getContentOverlayColor()
109 Color.blue(colorAccent) / 255f }; in getContentOverlayColor()
251 int colorAccent = ta.getColor(0, 0); in prepareAppIconOverlay() local
253 Color.red(colorAccent), in prepareAppIconOverlay()
254 Color.green(colorAccent), in prepareAppIconOverlay()
255 Color.blue(colorAccent)); in prepareAppIconOverlay()
/frameworks/base/packages/SettingsLib/BarChartPreference/src/com/android/settingslib/widget/
DBarView.java55 TypedArray a = context.obtainStyledAttributes(new int[]{android.R.attr.colorAccent}); in BarView()
56 @ColorInt final int colorAccent = a.getColor(0, 0); in BarView() local
61 colorAccent); in BarView()
/frameworks/base/packages/SystemUI/compose/core/tests/src/com/android/compose/theme/
DSystemUIThemeTest.kt44 Text("foo", color = LocalAndroidColorScheme.current.deprecated.colorAccent) in testAndroidColorsAreAvailableInsideTheme()
55 Text("foo", color = LocalAndroidColorScheme.current.deprecated.colorAccent) in testAccessingAndroidColorsWithoutThemeThrows()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleOverflow.kt124 val colorAccent = typedArray.getColor(0, Color.WHITE) in updateBtnTheme() constant
128 dotColor = colorAccent in updateBtnTheme()
147 .createBadgedIconBitmap(AdaptiveIconDrawable(ColorDrawable(colorAccent), fg)) in updateBtnTheme()
DStackEducationView.kt106 val ta = mContext.obtainStyledAttributes(intArrayOf(android.R.attr.colorAccent, in setTextColor()
/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
DGraphicsUtils.java131 int colorAccent = ta.getColor(0, 0); in getAttrColor() local
133 return colorAccent; in getAttrColor()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeToolTipView.java68 getContext().getTheme().resolveAttribute(android.R.attr.colorAccent, typedValue, true); in drawArrow()
/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/theme/
DAndroidColorScheme.kt93 val colorAccent = getColor(context, R.attr.colorAccent) constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/docking/ui/viewmodel/
DKeyboardDockingIndicationViewModel.kt127 color = Utils.getColorAttr(context, android.R.attr.colorAccent).defaultColor, in createEffectConfig()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
DUtils.java314 return getColorAttr(context, android.R.attr.colorAccent); in getColorAccent()
323 return getColorAttrDefaultColor(context, android.R.attr.colorAccent); in getColorAccentDefaultColor()
377 @ColorInt int colorAccent = ta.getColor(0, defValue); in getColorAttrDefaultColor() local
379 return colorAccent; in getColorAttrDefaultColor()
DRestrictedLockUtilsInternal.java85 TypedArray ta = context.obtainStyledAttributes(new int[]{android.R.attr.colorAccent}); in getRestrictedPadlock()
86 int colorAccent = ta.getColor(0, 0); in getRestrictedPadlock() local
88 restrictedPadlock.setTint(colorAccent); in getRestrictedPadlock()
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/
DTooltipManager.kt82 context.theme.resolveAttribute(android.R.attr.colorAccent, typedValue, true) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/charging/
DWiredChargingRippleController.kt200 rippleView.setColor(Utils.getColorAttr(context, android.R.attr.colorAccent).defaultColor) in updateRippleColor()
DWirelessChargingLayout.java153 android.R.attr.colorAccent).getDefaultColor(); in init()
/frameworks/base/packages/SettingsLib/MainSwitchPreference/src/com/android/settingslib/widget/
DMainSwitchBar.java80 new int[]{android.R.attr.colorAccent}); in MainSwitchBar()
/frameworks/base/core/java/android/app/slice/
DSliceProvider.java488 .getTheme().resolveAttribute(android.R.attr.colorAccent, tv, true); in createPermissionSlice()
/frameworks/base/core/java/com/android/internal/app/
DResolverActivity.java2209 int colorAccent = ta.getColor(0, 0);
2211 return colorAccent;
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt408 field public static final int colorAccent = 16843829; // 0x1010435
/frameworks/base/core/api/
Dcurrent.txt618 field public static final int colorAccent = 16843829; // 0x1010435
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt74970 Lcom/android/internal/R$attr;->colorAccent:I