Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/confui/
Dhost_renderer.cc170 static constexpr const teeui::Color kColorShield = 0xff778500; member in cuttlefish::confui::ConfUiRendererImpl
304 ctx_.setParam<ShieldColor>(kColorShield); in SetDeviceContext()
307 ctx_.setParam<ColorButton>(kColorShield); in SetDeviceContext()
333 shield_color_ = is_inverted ? kColorShieldInv : kColorShield; in UpdateColorScheme()