Searched refs:DEFAULT_BOTTOM_PADDING_FRACTION (Results 1 – 3 of 3) sorted by relevance
18 import static com.google.android.exoplayer2.ui.SubtitleView.DEFAULT_BOTTOM_PADDING_FRACTION;61 bottomPaddingFraction = DEFAULT_BOTTOM_PADDING_FRACTION; in SubtitleTextView()
19 import static com.google.android.exoplayer2.ui.SubtitleView.DEFAULT_BOTTOM_PADDING_FRACTION;72 bottomPaddingFraction = DEFAULT_BOTTOM_PADDING_FRACTION; in SubtitleWebView()
57 public static final float DEFAULT_BOTTOM_PADDING_FRACTION = 0.08f; field in SubtitleView