Home
last modified time | relevance | path

Searched refs:CENTER (Results 1 – 4 of 4) sorted by relevance

/system/teeui/libteeui/example/layout/
Dtouch_button_layout.h54 HorizontalTextAlignment(Alignment::CENTER);
92 HorizontalTextAlignment(Alignment::CENTER);
93 VerticalTextAlignment(Alignment::CENTER);
/system/teeui/tools/framebufferizer/src/com/android/framebufferizer/
DMain.java43 theFrame.getContentPane().add(theFramebuffer, BorderLayout.CENTER); in createAndShowUI()
/system/teeui/libteeui/src/
Dlabel.cpp86 case Alignment::CENTER: in draw()
114 if (verticalTextAlignment_ == Alignment::CENTER) in draw()
/system/teeui/libteeui/include/teeui/
Dlabel.h28 enum class Alignment : int8_t { LEFT, CENTER, RIGHT, TOP, BOTTOM }; enumerator
155 #define VerticallyCentered VerticalTextAlignment(Alignment::CENTER)