Home
last modified time | relevance | path

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

/system/teeui/libteeui/example/
Dexample_utils.cpp54 uint64_t textId = label->textId(); in translate() local
56 localization::lookup(static_cast<localization::TranslationId>(textId)); in translate()
/system/teeui/libteeui/include/teeui/
Dlabel.h72 Alignment verticalJustified, Color textColor, FontBuffer font, uint64_t textId) in LabelImpl() argument
75 textColor_(textColor), font_(font), textId_(textId) {} in LabelImpl()
83 uint64_t textId() const { return textId_; } in textId() function
Dutils.h1024 #define TEXT_ID(textId) static_cast<uint32_t>(textId)