Home
last modified time | relevance | path

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

/system/teeui/libteeui/include/teeui/
Dlabel.h69 : fontSize_(10_px), lineHeight_(12_px), text_{}, horizontalTextAlignment_(Alignment::LEFT), in LabelImpl()
74 horizontalTextAlignment_(horizontal), verticalTextAlignment_(verticalJustified), in LabelImpl()
94 Alignment horizontalTextAlignment_; variable
/system/teeui/libteeui/src/
Dlabel.cpp81 switch (horizontalTextAlignment_) { in draw()