Searched refs:kColorShieldInv (Results 1 – 2 of 2) sorted by relevance
155 ctx_.setParam<ShieldColor>(kColorShieldInv); in SetDeviceContext()158 ctx_.setParam<ColorButton>(kColorShieldInv); in SetDeviceContext()189 shield_color_ = is_inverted ? kColorShieldInv : kColorShield; in UpdateColorScheme()
187 static constexpr const teeui::Color kColorShieldInv = 0xffc4cb80; variable