Home
last modified time | relevance | path

Searched defs:textId (Results 1 – 2 of 2) sorted by relevance

/system/teeui/libteeui/example/
Dexample_utils.cpp54 uint64_t textId = label->textId(); in translate() local
/system/teeui/libteeui/include/teeui/
Dlabel.h72 Alignment verticalJustified, Color textColor, FontBuffer font, uint64_t textId) in LabelImpl()
83 uint64_t textId() const { return textId_; } in textId() function