Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/confui/
Dhost_renderer.cc155 ctx_.setParam<ShieldColor>(kColorShieldInv); in SetDeviceContext()
158 ctx_.setParam<ColorButton>(kColorShieldInv); in SetDeviceContext()
189 shield_color_ = is_inverted ? kColorShieldInv : kColorShield; in UpdateColorScheme()
Dhost_renderer.h187 static constexpr const teeui::Color kColorShieldInv = 0xffc4cb80; variable