Searched refs:kColorBackground (Results 1 – 1 of 1) sorted by relevance
164 static constexpr const teeui::Color kColorBackground = 0xffffffff; member in cuttlefish::confui::ConfUiRendererImpl306 ctx_.setParam<ColorBG>(kColorBackground); in SetDeviceContext()334 color_bg_ = is_inverted ? kColorBackgroundInv : kColorBackground; in UpdateColorScheme()376 is_inverted_ ? kColorBackgroundInv : kColorBackground; in RepaintRawFrame()