Searched refs:resColor (Results 1 – 2 of 2) sorted by relevance
50 public getColor(context: Context, resColor: Resource): string {53 let color: string = context.resourceManager.getColorSync(resColor.id).toString(BASE_16);
321 Color resColor = value; in SetBackgroundColor() local322 …if (!res && !IsInReleaseList(resColor.GetValue()) && !IsArkuiComponent() && IsBelowThreshold(value… in SetBackgroundColor()323 resColor = value.ChangeAlpha(FULL_TRANSPARENCY_VALUE); in SetBackgroundColor()325 ACE_UPDATE_PAINT_PROPERTY(SecurityComponentPaintProperty, BackgroundColor, resColor); in SetBackgroundColor()