Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DSubtitleView.java178 setFractionalTextSize(DEFAULT_TEXT_SIZE_FRACTION * fontScale); in setUserDefaultTextSize()
189 public void setFractionalTextSize(float fractionOfHeight) { in setFractionalTextSize() method in SubtitleView
190 setFractionalTextSize(fractionOfHeight, false); in setFractionalTextSize()
202 public void setFractionalTextSize(float fractionOfHeight, boolean ignorePadding) { in setFractionalTextSize() method in SubtitleView