Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/webvtt/
DWebvttCssStyle.java168 score = updateScoreForMatch(score, targetId, id, 0x40000000); in getSpecificityScore()
169 score = updateScoreForMatch(score, targetTag, tag, 2); in getSpecificityScore()
170 score = updateScoreForMatch(score, targetVoice, voice, 4); in getSpecificityScore()
300 private static int updateScoreForMatch( in updateScoreForMatch() method in WebvttCssStyle