Home
last modified time | relevance | path

Searched refs:textColorSecondary (Results 1 – 25 of 26) sorted by relevance

12

/aosp12/packages/apps/Dialer/java/com/android/dialer/theme/base/impl/
H A DAospThemeImpl.java41 private int textColorSecondary = -1; field in AospThemeImpl
63 android.R.attr.textColorSecondary, in AospThemeImpl()
77 textColorSecondary = array.getColor(/* index= */ 4, /* defValue= */ -1); in AospThemeImpl()
154 Assert.checkArgument(textColorSecondary != -1); in getTextColorSecondary()
155 return textColorSecondary; in getTextColorSecondary()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQuickStatusBarHeader.java273 int textColorSecondary = Utils.getColorAttrDefaultColor(mContext, in updateResources() local
274 android.R.attr.textColorSecondary); in updateResources()
280 mBatteryRemainingIcon.updateColors(mTextColorPrimary, textColorSecondary, in updateResources()
/aosp12/packages/apps/Settings/src/com/android/settings/dashboard/profileselector/
H A DProfileSelectFragment.java156 Utils.getColorAttrDefaultColor(getContext(), android.R.attr.textColorSecondary) in setupTabTextColor()
/aosp12/packages/apps/Settings/src/com/android/settings/sim/
H A DSimListDialogFragment.java187 Utils.getColorAttr(mContext, android.R.attr.textColorSecondary)); in getView()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DNumPadKey.java154 int klondikeColor = Utils.getColorAttr(getContext(), android.R.attr.textColorSecondary) in reloadColors()
/aosp12/packages/apps/Settings/src/com/android/settings/widget/
H A DHighlightableTopLevelPreferenceAdapter.java87 android.R.attr.textColorSecondary); in HighlightableTopLevelPreferenceAdapter()
/aosp12/packages/apps/Settings/src/com/android/settings/wifi/addappnetworks/
H A DAddAppNetworksFragment.java700 android.R.attr.textColorSecondary));
707 android.R.attr.textColorSecondary));
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/template/
H A DCarNotificationBodyView.java95 NotificationUtils.getAttrColor(getContext(), android.R.attr.textColorSecondary);
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/
H A DOneHandedTutorialHandler.java234 com.android.internal.R.attr.textColorSecondary}); in updateThemeColor()
/aosp12/packages/apps/Settings/src/com/android/settings/media/
H A DRemoteMediaSlice.java153 mContext, android.R.attr.textColorSecondary)), 0, in getSlice()
/aosp12/packages/apps/Settings/src/com/android/settings/datausage/
H A DChartDataUsagePreference.java67 mWarningColor = Utils.getColorAttrDefaultColor(context, android.R.attr.textColorSecondary); in ChartDataUsagePreference()
H A DDataUsageSummaryPreference.java334 carrierInfo, android.R.attr.textColorSecondary, Typeface.SANS_SERIF);
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleOverflowContainerView.java202 android.R.attr.textColorSecondary}); in updateTheme()
/aosp12/packages/apps/ThemePicker/src/com/android/customization/model/theme/
H A DThemeBundle.java115 view.getContext(), android.R.attr.textColorSecondary)); in bindThumbnailTile()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
H A DQSTileViewImpl.kt99 Utils.getColorAttrDefaultColor(context, android.R.attr.textColorSecondary)
/aosp12/packages/apps/ThemePicker/src/com/android/customization/model/theme/custom/
H A DThemeComponentOption.java216 view.getContext(), android.R.attr.textColorSecondary)); in bindThumbnailTile()
/aosp12/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
H A DUtils.java706 return getAttrColor(context, android.R.attr.textColorSecondary); in getTextSecondaryColor()
/aosp12/packages/apps/Settings/tests/unit/src/com/android/settings/datausage/
H A DDataUsageSummaryPreferenceTest.java220 Utils.getColorAttrDefaultColor(mContext, android.R.attr.textColorSecondary)); in setUsageInfo_withRecentCarrierUpdate_doesNotSetCarrierInfoWarningColorAndFont()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/dialog/
H A DInternetDialog.java423 android.R.attr.textColorSecondary); in setMobileDataLayout()
/aosp12/packages/apps/Settings/src/com/android/settings/
H A DUtils.java1223 return getColorAttrDefaultColor(context, android.R.attr.textColorSecondary); in getHomepageIconColor()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
H A DPeopleTileViewHelper.java854 android.R.attr.textColorSecondary); in createStatusRemoteViews()
/aosp12/frameworks/base/core/java/android/app/
H A DNotification.java12462 R.attr.textColorSecondary, in resolvePalette()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt1484 field public static final int textColorSecondary = 16842808; // 0x1010038
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt1250 field public static final int textColorSecondary = 16842808; // 0x1010038

12