Searched defs:regionBox (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/java/android/media/
H A DWebVttRenderer.java1242 RegionLayout regionBox = mRegionBoxes.get(region);
1243 if (regionBox == null) {
1244 regionBox = new RegionLayout(context, region, captionStyle, fontSize);
1245 mRegionBoxes.put(region, regionBox);
1246 addView(regionBox, LayoutParams.WRAP_CONTENT, LayoutParams.WRAP_CONTENT);
1248 regionBox.put(cue);
1286 final RegionLayout regionBox = mRegionBoxes.valueAt(i);
1287 regionBox.setCaptionStyle(captionStyle, fontSize);
1297 final RegionLayout regionBox = mRegionBoxes.valueAt(i);
1298 if (regionBox
1377 layoutRegion( int viewportWidth, int viewportHeight, RegionLayout regionBox) argument
[all...]

Completed in 39 milliseconds