Searched refs:PAINT (Results 1 – 1 of 1) sorted by relevance
70 private static final TextPaint PAINT = new TextPaint(); field in PrecomputedTextTest74 assertNotNull(new Params.Builder(PAINT).build()); in testParams_create()75 assertNotNull(new Params.Builder(PAINT) in testParams_create()77 assertNotNull(new Params.Builder(PAINT) in testParams_create()80 assertNotNull(new Params.Builder(PAINT) in testParams_create()88 assertEquals(Layout.BREAK_STRATEGY_SIMPLE, new Params.Builder(PAINT) in testParams_SetGet()90 assertEquals(Layout.HYPHENATION_FREQUENCY_NONE, new Params.Builder(PAINT) in testParams_SetGet()93 assertEquals(RTL, new Params.Builder(PAINT).setTextDirection(RTL).build() in testParams_SetGet()100 new Params.Builder(PAINT).build().getBreakStrategy()); in testParams_GetDefaultValues()102 new Params.Builder(PAINT).build().getHyphenationFrequency()); in testParams_GetDefaultValues()[all …]