Searched refs:regionOutput (Results 1 – 1 of 1) sorted by relevance
277 Cue.Builder regionOutput = entry.getValue(); in getCues() local278 cleanUpText((SpannableStringBuilder) Assertions.checkNotNull(regionOutput.getText())); in getCues()279 regionOutput.setLine(region.line, region.lineType); in getCues()280 regionOutput.setLineAnchor(region.lineAnchor); in getCues()281 regionOutput.setPosition(region.position); in getCues()282 regionOutput.setSize(region.width); in getCues()283 regionOutput.setTextSize(region.textSize, region.textSizeType); in getCues()284 cues.add(regionOutput.build()); in getCues()346 Cue.Builder regionOutput = new Cue.Builder(); in getRegionOutputText() local347 regionOutput.setText(new SpannableStringBuilder()); in getRegionOutputText()[all …]