Home
last modified time | relevance | path

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

/trusty/user/app/confirmationui/include/
Ddevice_layout.h28 static constexpr teeui::Color kColorDisabled = 0xffbdbdbd; variable
/trusty/user/app/confirmationui/examples/layouts/include/layouts/
Dlayout.h231 color = inverted_ ? kColorDisabledInv : kColorDisabled; in showInstructions()