Home | History | Annotate | Download | only in text

Lines Matching refs:Layout

21 import android.text.Layout.Alignment;
22 import static android.text.Layout.Alignment.*;
49 Layout l = b.build();
55 assertEquals(Layout.DIR_LEFT_TO_RIGHT, l.getParagraphDirection(0));
57 assertEquals(Layout.DIRS_ALL_LEFT_TO_RIGHT, l.getLineDirections(0));
73 Layout l = b.build();
89 Layout l = b.build();
107 Layout l = b.build();
135 Layout l = b.build();
156 Layout l = b.build();
178 Layout l = b.build();
200 Layout l = b.build();
279 Layout build() {
285 private void assertVertMetrics(Layout l, int topPad, int botPad, int... values) {
290 private void assertLinesMetrics(Layout l, int... values) {
311 private void assertLineMetrics(Layout l, int line,
320 private void assertTopBotPadding(Layout l, int topPad, int botPad) {