Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/confui/
Dhost_renderer.cc157 ctx_.setParam<ColorBG>(kColorBackgroundInv); in SetDeviceContext()
190 color_bg_ = is_inverted ? kColorBackgroundInv : kColorBackground; in UpdateColorScheme()
232 is_inverted_ ? kColorBackgroundInv : kColorBackground; in RepaintRawFrame()
Dhost_renderer.h181 static constexpr const teeui::Color kColorBackgroundInv = 0xff212121; variable