Home
last modified time | relevance | path

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

/system/teeui/libteeui/include/teeui/
Dlabel.h70 verticalTextAlignment_(Alignment::TOP), textColor_(0), font_{}, textId_(0) {}
74 horizontalTextAlignment_(horizontal), verticalTextAlignment_(verticalJustified), in LabelImpl()
95 Alignment verticalTextAlignment_; variable
/system/teeui/libteeui/src/
Dlabel.cpp114 if (verticalTextAlignment_ == Alignment::CENTER) in draw()
116 else if (verticalTextAlignment_ == Alignment::BOTTOM) in draw()