summaryrefslogtreecommitdiff
path: root/core/java/com/android/internal/widget/SubtitleView.java
Commit message (Expand)AuthorAgeFilesLines
* Recycle obtained TypedArraysNikolas Havrikov2022-02-101-0/+1
* Set SubtitleView.mAlignment default value to be Alignment.ALIGN_CENTERHaoyu Zhang2018-11-141-1/+1
* Use fallback-based line spacing in TextView etcRoozbeh Pournader2017-08-231-2/+5
* Support for CEA-708 closed captionJaesung Chung2015-12-071-3/+4
* Remove unused imports in frameworks/base.John Spurlock2015-02-281-1/+0
* Invalidate SubtitleView during setText()Alan Viverette2015-02-051-0/+1
* Add defaults for caption colors and edge typeAlan Viverette2014-06-041-4/+7
* Add APIs and implementation for additional caption edge typesAlan Viverette2013-12-191-3/+25
* Remove unused imports from frameworks/base.John Spurlock2013-11-201-2/+0
* am 785cda30: am f8c146a2: am c37db9c0: Merge "Fix layout and invalidate in Su...Alan Viverette2013-10-101-3/+9
|\
| * Fix layout and invalidate in SubtitleViewAlan Viverette2013-10-081-3/+9
* | am 6de0ee41: am 8d6730fd: am b89e969c: Merge "Fix font scaling issues in Fast...Alan Viverette2013-10-041-6/+9
|\|
| * Fix font scaling issues in FastScroller and SubtitleViewAlan Viverette2013-10-041-6/+9
* | am 607ea331: am 812b6426: Merge "Fix caption rendering" into klp-devAlan Viverette2013-09-251-89/+48
|\|
| * Fix caption renderingAlan Viverette2013-09-251-89/+48
* | Add View constructor that supplies a default style resourceAlan Viverette2013-09-091-4/+7
|/
* Add WebVTT caption rendererAlan Viverette2013-09-061-0/+4
* Move caption view from Settings into frameworkAlan Viverette2013-08-211-0/+365