Home
last modified time | relevance | path

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

/trusty/user/app/confirmationui/include/
Ddevice_layout.h38 static constexpr teeui::Color kColorBackgroundInv = 0xff000000; variable
/trusty/user/app/confirmationui/src/
Dtrusty_confirmation_ui.cpp43 ctx->template setParam<ColorBG>(kColorBackgroundInv); in updateColorScheme()
252 teeui::Color bgColor = inverted_ ? teeui::layouts::kColorBackgroundInv in renderAndSwap()