Searched refs:applyEmbeddedStyles (Results 1 – 4 of 4) sorted by relevance
43 private boolean applyEmbeddedStyles; field in SubtitleTextView58 applyEmbeddedStyles = true; in SubtitleTextView()89 public void setApplyEmbeddedStyles(boolean applyEmbeddedStyles) { in setApplyEmbeddedStyles() argument90 if (this.applyEmbeddedStyles == applyEmbeddedStyles in setApplyEmbeddedStyles()91 && this.applyEmbeddedFontSizes == applyEmbeddedStyles) { in setApplyEmbeddedStyles()94 this.applyEmbeddedStyles = applyEmbeddedStyles; in setApplyEmbeddedStyles()95 this.applyEmbeddedFontSizes = applyEmbeddedStyles; in setApplyEmbeddedStyles()162 applyEmbeddedStyles, in dispatchDraw()
55 private boolean applyEmbeddedStyles; field in SubtitleWebView69 applyEmbeddedStyles = true; in SubtitleWebView()111 public void setApplyEmbeddedStyles(boolean applyEmbeddedStyles) { in setApplyEmbeddedStyles() argument112 if (this.applyEmbeddedStyles == applyEmbeddedStyles in setApplyEmbeddedStyles()113 && this.applyEmbeddedFontSizes == applyEmbeddedStyles) { in setApplyEmbeddedStyles()116 this.applyEmbeddedStyles = applyEmbeddedStyles; in setApplyEmbeddedStyles()117 this.applyEmbeddedFontSizes = applyEmbeddedStyles; in setApplyEmbeddedStyles()
85 private boolean applyEmbeddedStyles; field in SubtitlePainter161 boolean applyEmbeddedStyles, in draw() argument179 windowColor = (cue.windowColorSet && applyEmbeddedStyles) in draw()192 && this.applyEmbeddedStyles == applyEmbeddedStyles in draw()222 this.applyEmbeddedStyles = applyEmbeddedStyles; in draw()270 if (!applyEmbeddedStyles) { in setupTextLayout()
220 public void setApplyEmbeddedStyles(boolean applyEmbeddedStyles) { in setApplyEmbeddedStyles() argument221 output.setApplyEmbeddedStyles(applyEmbeddedStyles); in setApplyEmbeddedStyles()291 void setApplyEmbeddedStyles(boolean applyEmbeddedStyles); in setApplyEmbeddedStyles() argument