Searched refs:LEFT (Results 1 – 5 of 5) sorted by relevance
/system/tools/aidl/tests/ |
D | test_util.cpp | 59 const int LEFT = 1; in PrintDiff() local 83 directions |= LEFT; in PrintDiff() 104 directions |= LEFT; in PrintDiff()
|
/system/teeui/libteeui/include/teeui/ |
D | label.h | 28 enum class Alignment : int8_t { LEFT, CENTER, RIGHT, TOP, BOTTOM }; enumerator 69 : fontSize_(10_px), lineHeight_(12_px), text_{}, horizontalTextAlignment_(Alignment::LEFT), in LabelImpl() 109 static const constexpr Alignment label_horizontal_text_alignment = Alignment::LEFT;
|
/system/teeui/libteeui/example/layout/ |
D | touch_button_layout.h | 106 HorizontalTextAlignment(Alignment::LEFT);
|
/system/teeui/libteeui/src/ |
D | label.cpp | 82 case Alignment::LEFT: in draw()
|
/system/extras/simpleperf/scripts/ |
D | report.py | 224 tree.pack(side=LEFT, fill=BOTH, expand=1)
|