Searched refs:hasCaptionRoleFlags (Results 1 – 1 of 1) sorted by relevance
2579 private final boolean hasCaptionRoleFlags; field in DefaultTrackSelector.TextTrackScore2597 hasCaptionRoleFlags = in TextTrackScore()2642 if (preferredRoleFlagsScore == 0 && this.hasCaptionRoleFlags != other.hasCaptionRoleFlags) { in compareTo()2643 return this.hasCaptionRoleFlags ? -1 : 1; in compareTo()