mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Move SpanUtil into text.span package
Seems like it belongs here. PiperOrigin-RevId: 295571820
This commit is contained in:
parent
5c3c803460
commit
e6ebd8d70a
@ -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;
|
@ -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;
|
||||
|
||||
/**
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user