Home
last modified time | relevance | path

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

/trusty/user/app/confirmationui/include/
Ddevice_layout.h27 static constexpr teeui::Color kColorEnabled = 0xff242120; variable
/trusty/user/app/confirmationui/src/
Dtrusty_confirmation_ui.cpp45 ctx->template setParam<ColorButtonBG>(kColorEnabled); in updateColorScheme()
49 ctx->template setParam<ColorText>(kColorEnabled); in updateColorScheme()
/trusty/user/app/confirmationui/examples/layouts/include/layouts/
Dlayout.h229 color = inverted_ ? kColorEnabledInv : kColorEnabled; in showInstructions()