Searched refs:PAINT (Results 1 – 1 of 1) sorted by relevance
77 private static final TextPaint PAINT = new TextPaint(); field in PrecomputedTextTest81 assertNotNull(new Params.Builder(PAINT).build()); in testParams_create()82 assertNotNull(new Params.Builder(PAINT) in testParams_create()84 assertNotNull(new Params.Builder(PAINT) in testParams_create()87 assertNotNull(new Params.Builder(PAINT) in testParams_create()95 assertEquals(Layout.BREAK_STRATEGY_SIMPLE, new Params.Builder(PAINT) in testParams_SetGet()97 assertEquals(Layout.HYPHENATION_FREQUENCY_NONE, new Params.Builder(PAINT) in testParams_SetGet()100 assertEquals(RTL, new Params.Builder(PAINT).setTextDirection(RTL).build() in testParams_SetGet()107 new Params.Builder(PAINT).build().getBreakStrategy()); in testParams_GetDefaultValues()109 new Params.Builder(PAINT).build().getHyphenationFrequency()); in testParams_GetDefaultValues()[all …]