Searched refs:lineBox (Results 1 – 1 of 1) sorted by relevance
1746 final SpanLayout lineBox = new SpanLayout(getContext(), lines[i]); in update() local1747 lineBox.setAlignment(alignment); in update()1748 lineBox.setCaptionStyle(captionStyle, fontSize); in update()1750 addView(lineBox, LayoutParams.WRAP_CONTENT, LayoutParams.WRAP_CONTENT); in update()