Home
last modified time | relevance | path

Searched refs:CCLineBox (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/media/java/android/media/
DClosedCaptionRenderer.java1220 private static class CCLineBox extends TextView { class in ClosedCaptionWidget
1233 CCLineBox(Context context) { in CCLineBox() method in ClosedCaptionWidget.CCLineBox
1380 private final CCLineBox[] mLineBoxes = new CCLineBox[MAX_ROWS];
1387 mLineBoxes[i] = new CCLineBox(getContext()); in CCLayout()