Home
last modified time | relevance | path

Searched refs:HeightFromLines (Results 1 – 3 of 3) sorted by relevance

/system/teeui/libteeui/example/layout/
Dphys_button_layout.h59 Dimension(LabelWidth, HeightFromLines);
84 Dimension(LabelWidth, HeightFromLines);
107 Dimension(LabelWidth, HeightFromLines);
118 Dimension(RightEdgeOfScreen() - BorderWidth, HeightFromLines);
131 Dimension(LabelWidth, HeightFromLines);
Dtouch_button_layout.h50 Dimension(LabelWidth, HeightFromLines);
62 Dimension(LabelWidth, HeightFromLines);
117 Dimension(LabelWidth, HeightFromLines);
/system/teeui/libteeui/include/teeui/
Dlabel.h145 #define HeightFromLines (label_line_height * pxs(label_number_of_lines)) macro