Home
last modified time | relevance | path

Searched defs:colorId (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/
DColorConstant.java50 public ColorConstant(int colorId, int color) { in ColorConstant()
92 public static void apply(@NonNull WireBuffer buffer, int colorId, int color) { in apply()
105 int colorId = buffer.readInt(); in read() local
DColorAttribute.java70 public ColorAttribute(int id, int colorId, short type) { in ColorAttribute()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/compatui/letterbox/
DLetterboxConfiguration.kt75 val colorId = if (letterboxBackgroundColorResourceIdOverride != null) { in getLetterboxBackgroundColor() constant
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/paint/
DPainter.java43 public Painter setColorId(int colorId) { in setColorId()
DPaintBundle.java1139 private int fixColor(int colorId, @NonNull RemoteContext context) { in fixColor()
/frameworks/base/core/java/android/content/pm/
DCrossProfileApps.java444 int colorId = mContext.getResources().getConfiguration().isNightModeActive() in getProfileSwitchingIconDrawable() local
/frameworks/base/services/core/java/com/android/server/wm/
DAppCompatConfiguration.java518 int colorId = mLetterboxBackgroundColorResourceIdOverride != null in getLetterboxBackgroundColor() local
541 void setLetterboxBackgroundColorResourceId(int colorId) { in setLetterboxBackgroundColorResourceId()
DWindowManagerShellCommand.java791 final int colorId; in runSetLetterboxBackgroundColorResource() local