Home
last modified time | relevance | path

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

/system/teeui/libteeui/include/teeui/
Dlabel.h70 verticalTextAlignment_(Alignment::TOP), textColor_(0), font_{}, textId_(0) {}
75 textColor_(textColor), font_(font), textId_(textId) {} in LabelImpl()
80 void setTextColor(Color color) { textColor_ = color; } in setTextColor()
96 Color textColor_; variable
/system/teeui/libteeui/src/
Dlabel.cpp51 return drawPixel(x, y, (textColor_ & 0xffffff) | (color & 0xff000000)); in draw()