Home
last modified time | relevance | path

Searched refs:colorId (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DLetterboxConfiguration.java535 int colorId = mLetterboxBackgroundColorResourceIdOverride != null in getLetterboxBackgroundColor() local
540 return Color.valueOf(mContext.getResources().getColor(colorId)); in getLetterboxBackgroundColor()
558 void setLetterboxBackgroundColorResourceId(int colorId) { in setLetterboxBackgroundColorResourceId() argument
559 mLetterboxBackgroundColorResourceIdOverride = colorId; in setLetterboxBackgroundColorResourceId()
DWindowManagerShellCommand.java761 final int colorId; in runSetLetterboxBackgroundColorResource() local
764 colorId = mInternal.mContext.getResources() in runSetLetterboxBackgroundColorResource()
773 mLetterboxConfiguration.setLetterboxBackgroundColorResourceId(colorId); in runSetLetterboxBackgroundColorResource()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/backlight/ui/view/
DKeyboardBacklightDialog.kt157 fun getColorFromStyle(@AttrRes colorId: Int): Int { in <lambda>()
158 return Utils.getColorAttrDefaultColor(context, colorId) in <lambda>()
/frameworks/base/core/java/android/content/pm/
DCrossProfileApps.java444 int colorId = mContext.getResources().getConfiguration().isNightModeActive() in getProfileSwitchingIconDrawable() local
450 personalProfileIcon.setTint(mResources.getColor(colorId, /* theme= */ null)); in getProfileSwitchingIconDrawable()
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/paint/
DPaintBundle.java986 private int fixColor(int colorId, RemoteContext context) { in fixColor() argument
987 int n = context.getColor(colorId); in fixColor()