Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/link/
DXmlReferenceLinker_test.cpp143 android:colorAccent="@android:color/hidden" />)");
152 android:colorAccent="@*android:color/hidden" />)");
161 support:colorAccent="#ff0000" />)");
170 view_el->FindAttribute(xml::BuildPackageNamespace("com.android.support"), "colorAccent");
180 app:colorAccent="@app:color/red" />)");
188 xml::Attribute* xml_attr = view_el->FindAttribute(xml::kSchemaAuto, "colorAccent");
/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/SettingsLib/src/com/android/settingslib/
DUtils.java197 return getColorAttr(context, android.R.attr.colorAccent); in getColorAccent()
206 return getColorAttrDefaultColor(context, android.R.attr.colorAccent); in getColorAccentDefaultColor()
244 @ColorInt int colorAccent = ta.getColor(0, 0); in getColorAttrDefaultColor() local
246 return colorAccent; in getColorAttrDefaultColor()
DRestrictedLockUtilsInternal.java66 TypedArray ta = context.obtainStyledAttributes(new int[]{android.R.attr.colorAccent}); in getRestrictedPadlock()
67 int colorAccent = ta.getColor(0, 0); in getRestrictedPadlock() local
69 restrictedPadlock.setTint(colorAccent); in getRestrictedPadlock()
/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/src/com/android/systemui/qs/tileimpl/
DQSTileBaseView.java114 mColorActive = Utils.getColorAttrDefaultColor(context, android.R.attr.colorAccent); in QSTileBaseView()
/frameworks/base/core/java/android/app/slice/
DSliceProvider.java488 .getTheme().resolveAttribute(android.R.attr.colorAccent, tv, true); in createPermissionSlice()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DRecentsOnboarding.java295 context.getTheme().resolveAttribute(android.R.attr.colorAccent, typedValue, true); in RecentsOnboarding()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...