Home
last modified time | relevance | path

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

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