Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/confui/
Dhost_renderer.cc164 static constexpr const teeui::Color kColorBackground = 0xffffffff; member in cuttlefish::confui::ConfUiRendererImpl
306 ctx_.setParam<ColorBG>(kColorBackground); in SetDeviceContext()
334 color_bg_ = is_inverted ? kColorBackgroundInv : kColorBackground; in UpdateColorScheme()
376 is_inverted_ ? kColorBackgroundInv : kColorBackground; in RepaintRawFrame()