HomeSort by relevance Sort by last modified time
    Searched defs:createCaptionLayout (Results 1 - 5 of 5) sorted by null

  /frameworks/support/media/src/main/java/androidx/media/subtitle/
ClosedCaptionWidget.java 77 mClosedCaptionLayout = createCaptionLayout(context);
86 public abstract ClosedCaptionLayout createCaptionLayout(Context context);
ClosedCaptionRenderer.java 132 public ClosedCaptionLayout createCaptionLayout(Context context) {
  /frameworks/av/packages/MediaComponents/src/com/android/media/subtitle/
ClosedCaptionRenderer.java 157 mClosedCaptionLayout = createCaptionLayout(context);
166 public abstract ClosedCaptionLayout createCaptionLayout(Context context);
    [all...]
  /frameworks/base/media/java/android/media/
ClosedCaptionRenderer.java 160 mClosedCaptionLayout = createCaptionLayout(context);
169 public abstract ClosedCaptionLayout createCaptionLayout(Context context);
    [all...]
Cea708CaptionRenderer.java     [all...]

Completed in 3227 milliseconds