Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/confui/
Dhost_renderer.h183 static constexpr const teeui::Color kColorDisabledInv = 0xff424242; variable
Dhost_renderer.cc188 color_text_ = is_inverted ? kColorDisabledInv : kColorDisabled; in UpdateColorScheme()