HomeSort by relevance Sort by last modified time
    Searched refs:testTextSize (Results 1 - 2 of 2) sorted by null

  /packages/apps/TV/src/com/android/tv/tuner/cc/
CaptionWindowLayout.java 481 float testTextSize = (startFontSize + endFontSize) / 2f;
482 paint.setTextSize(testTextSize);
491 startFontSize = testTextSize + 0.01f;
493 endFontSize = testTextSize - 0.01f;
  /frameworks/base/media/java/android/media/
Cea708CaptionRenderer.java     [all...]

Completed in 137 milliseconds