Home
last modified time | relevance | path

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

/system/teeui/libteeui/example/layout/
Dtouch_button_layout.h52 DefaultText("A"); // ShieldTTF has just one glyph at the code point for capital A
64 DefaultText("Android Protected Confirmation");
90 DefaultText("Confirm");
105 DefaultText("Cancel");
119 DefaultText("This confirmation provides an extra layer of security for the action you're "
133 DefaultText("12345678901234567890123456789012345678901234567890123456789012345678901234567890123456"
Dphys_button_layout.h61 DefaultText("Wiggle your big toe to confirm");
86 DefaultText("Wink left then right thrice to cancel");
109 DefaultText("A"); // ShieldTTF has just one glyph at the code point for capital A
120 DefaultText("Android Protected Confirmation");
133 DefaultText("This confirmation provides an extra layer of security for the action you're "
147 DefaultText("12345678901234567890123456789012345678901234567890123456789012345678901234567890123456"
/system/teeui/libteeui/include/teeui/
Dlabel.h139 #define DefaultText(text) static const constexpr char label_text[] = text macro