Move SpanUtil into text.span package

Seems like it belongs here.

PiperOrigin-RevId: 295571820
This commit is contained in:
ibaker 2020-02-17 13:57:17 +00:00 committed by Ian Baker
parent 5c3c803460
commit e6ebd8d70a
4 changed files with 4 additions and 4 deletions

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.google.android.exoplayer2.text;
package com.google.android.exoplayer2.text.span;
import android.text.Spannable;
import android.text.style.ForegroundColorSpan;

View File

@ -28,8 +28,8 @@ import android.text.style.StyleSpan;
import android.text.style.TypefaceSpan;
import android.text.style.UnderlineSpan;
import androidx.annotation.Nullable;
import com.google.android.exoplayer2.text.SpanUtil;
import com.google.android.exoplayer2.text.span.HorizontalTextInVerticalContextSpan;
import com.google.android.exoplayer2.text.span.SpanUtil;
import java.util.Map;
/**

View File

@ -15,7 +15,7 @@
*/
package com.google.android.exoplayer2.text.webvtt;
import static com.google.android.exoplayer2.text.SpanUtil.addOrReplaceSpan;
import static com.google.android.exoplayer2.text.span.SpanUtil.addOrReplaceSpan;
import static java.lang.annotation.RetentionPolicy.SOURCE;
import android.graphics.Color;

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.google.android.exoplayer2.text;
package com.google.android.exoplayer2.text.span;
import static com.google.common.truth.Truth.assertThat;