Home
last modified time | relevance | path

Searched defs:subtitle (Results 1 – 25 of 867) sorted by relevance

12345678910>>...35

/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/test/java/com/google/android/exoplayer2/text/ttml/
H A DTtmlDecoderTest.java77 TtmlSubtitle subtitle = getSubtitle(INLINE_ATTRIBUTES_TTML_FILE); in inlineAttributes() local
96 TtmlSubtitle subtitle = getSubtitle(INLINE_ATTRIBUTES_TTML_FILE); in inheritInlineAttributes() local
125 TtmlSubtitle subtitle = getSubtitle(INLINE_ATTRIBUTES_TTML_FILE); in lime() local
140 TtmlSubtitle subtitle = getSubtitle(INHERIT_STYLE_TTML_FILE); in inheritGlobalStyle() local
156 TtmlSubtitle subtitle = getSubtitle(INHERIT_STYLE_OVERRIDE_TTML_FILE); in inheritGlobalStyleOverriddenByInlineAttributes() local
189 TtmlSubtitle subtitle = getSubtitle(INHERIT_GLOBAL_AND_PARENT_TTML_FILE); in inheritGlobalAndParent() local
222 TtmlSubtitle subtitle = getSubtitle(INHERIT_MULTIPLE_STYLES_TTML_FILE); in inheritMultipleStyles() local
238 TtmlSubtitle subtitle = getSubtitle(INHERIT_MULTIPLE_STYLES_TTML_FILE); in inheritMultipleStylesWithoutLocalAttributes() local
259 TtmlSubtitle subtitle = getSubtitle(INHERIT_MULTIPLE_STYLES_TTML_FILE); in mergeMultipleStylesWithParentStyle() local
281 TtmlSubtitle subtitle = getSubtitle(MULTIPLE_REGIONS_TTML_FILE); in multipleRegions() local
[all …]
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/test/java/com/google/android/exoplayer2/text/ttml/
H A DTtmlDecoderTest.java77 TtmlSubtitle subtitle = getSubtitle(INLINE_ATTRIBUTES_TTML_FILE); in inlineAttributes() local
96 TtmlSubtitle subtitle = getSubtitle(INLINE_ATTRIBUTES_TTML_FILE); in inheritInlineAttributes() local
125 TtmlSubtitle subtitle = getSubtitle(INLINE_ATTRIBUTES_TTML_FILE); in lime() local
140 TtmlSubtitle subtitle = getSubtitle(INHERIT_STYLE_TTML_FILE); in inheritGlobalStyle() local
156 TtmlSubtitle subtitle = getSubtitle(INHERIT_STYLE_OVERRIDE_TTML_FILE); in inheritGlobalStyleOverriddenByInlineAttributes() local
189 TtmlSubtitle subtitle = getSubtitle(INHERIT_GLOBAL_AND_PARENT_TTML_FILE); in inheritGlobalAndParent() local
222 TtmlSubtitle subtitle = getSubtitle(INHERIT_MULTIPLE_STYLES_TTML_FILE); in inheritMultipleStyles() local
238 TtmlSubtitle subtitle = getSubtitle(INHERIT_MULTIPLE_STYLES_TTML_FILE); in inheritMultipleStylesWithoutLocalAttributes() local
259 TtmlSubtitle subtitle = getSubtitle(INHERIT_MULTIPLE_STYLES_TTML_FILE); in mergeMultipleStylesWithParentStyle() local
281 TtmlSubtitle subtitle = getSubtitle(MULTIPLE_REGIONS_TTML_FILE); in multipleRegions() local
[all …]
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/test/java/com/google/android/exoplayer2/text/ssa/
H A DSsaDecoderTest.java61 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeEmpty() local
71 Subtitle subtitle = decoder.decode(bytes, bytes.length, /* reset= */ false); in decodeEmptyStyleLine() local
91 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeTypical() local
124 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeTypicalWithInitializationData() local
137 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeOverlappingTimecodes() local
186 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodePositions() local
240 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeInvalidPositions() local
277 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodePositionsWithMissingPlayResY() local
293 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeInvalidTimecodes() local
303 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeColors() local
[all …]
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/test/java/com/google/android/exoplayer2/text/ssa/
H A DSsaDecoderTest.java61 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeEmpty() local
71 Subtitle subtitle = decoder.decode(bytes, bytes.length, /* reset= */ false); in decodeEmptyStyleLine() local
91 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeTypical() local
124 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeTypicalWithInitializationData() local
137 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeOverlappingTimecodes() local
186 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodePositions() local
240 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeInvalidPositions() local
277 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodePositionsWithMissingPlayResY() local
293 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeInvalidTimecodes() local
303 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeColors() local
[all …]
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/test/java/com/google/android/exoplayer2/text/subrip/
H A DSubripDecoderTest.java51 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeEmpty() local
61 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeTypical() local
75 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeTypicalWithByteOrderMark() local
89 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeTypicalExtraBlankLine() local
104 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeTypicalMissingTimecode() local
118 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeTypicalMissingSequence() local
132 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeTypicalNegativeTimestamps() local
144 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeTypicalUnexpectedEnd() local
156 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeCueWithTag() local
190 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeTypicalNoHoursAndMillis() local
[all …]
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/test/java/com/google/android/exoplayer2/text/subrip/
H A DSubripDecoderTest.java51 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeEmpty() local
61 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeTypical() local
75 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeTypicalWithByteOrderMark() local
89 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeTypicalExtraBlankLine() local
104 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeTypicalMissingTimecode() local
118 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeTypicalMissingSequence() local
132 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeTypicalNegativeTimestamps() local
144 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeTypicalUnexpectedEnd() local
156 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeCueWithTag() local
190 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeTypicalNoHoursAndMillis() local
[all …]
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/test/java/com/google/android/exoplayer2/text/webvtt/
H A DWebvttDecoderTest.java81 WebvttSubtitle subtitle = getSubtitleForTestAsset(TYPICAL_FILE); in decodeTypical() local
98 WebvttSubtitle subtitle = getSubtitleForTestAsset(WITH_BOM); in decodeWithBom() local
115 WebvttSubtitle subtitle = getSubtitleForTestAsset(TYPICAL_WITH_BAD_TIMESTAMPS); in decodeTypicalWithBadTimestamps() local
132 WebvttSubtitle subtitle = getSubtitleForTestAsset(TYPICAL_WITH_IDS_FILE); in decodeTypicalWithIds() local
149 WebvttSubtitle subtitle = getSubtitleForTestAsset(TYPICAL_WITH_COMMENTS_FILE); in decodeTypicalWithComments() local
166 WebvttSubtitle subtitle = getSubtitleForTestAsset(WITH_TAGS_FILE); in decodeWithTags() local
193 WebvttSubtitle subtitle = getSubtitleForTestAsset(WITH_POSITIONING_FILE); in decodeWithPositioning() local
274 WebvttSubtitle subtitle = getSubtitleForTestAsset(WITH_OVERLAPPING_TIMESTAMPS_FILE); in decodeWithOverlappingTimestamps() local
319 WebvttSubtitle subtitle = getSubtitleForTestAsset(WITH_VERTICAL_FILE); in decodeWithVertical() local
344 WebvttSubtitle subtitle = getSubtitleForTestAsset(WITH_RUBIES_FILE); in decodeWithRubies() local
[all …]
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/test/java/com/google/android/exoplayer2/text/webvtt/
H A DWebvttDecoderTest.java81 WebvttSubtitle subtitle = getSubtitleForTestAsset(TYPICAL_FILE); in decodeTypical() local
98 WebvttSubtitle subtitle = getSubtitleForTestAsset(WITH_BOM); in decodeWithBom() local
115 WebvttSubtitle subtitle = getSubtitleForTestAsset(TYPICAL_WITH_BAD_TIMESTAMPS); in decodeTypicalWithBadTimestamps() local
132 WebvttSubtitle subtitle = getSubtitleForTestAsset(TYPICAL_WITH_IDS_FILE); in decodeTypicalWithIds() local
149 WebvttSubtitle subtitle = getSubtitleForTestAsset(TYPICAL_WITH_COMMENTS_FILE); in decodeTypicalWithComments() local
166 WebvttSubtitle subtitle = getSubtitleForTestAsset(WITH_TAGS_FILE); in decodeWithTags() local
193 WebvttSubtitle subtitle = getSubtitleForTestAsset(WITH_POSITIONING_FILE); in decodeWithPositioning() local
274 WebvttSubtitle subtitle = getSubtitleForTestAsset(WITH_OVERLAPPING_TIMESTAMPS_FILE); in decodeWithOverlappingTimestamps() local
319 WebvttSubtitle subtitle = getSubtitleForTestAsset(WITH_VERTICAL_FILE); in decodeWithVertical() local
344 WebvttSubtitle subtitle = getSubtitleForTestAsset(WITH_RUBIES_FILE); in decodeWithRubies() local
[all …]
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/test/java/com/google/android/exoplayer2/text/tx3g/
H A DTx3gDecoderTest.java62 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeNoSubtitle() local
73 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeJustText() local
87 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeWithStyl() local
111 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeWithStyl_startTooLarge_noSpanAdded() local
133 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeWithStyl_endTooLarge_clippedToEndOfText() local
150 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeWithStylAllDefaults() local
164 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeUtf16BeNoStyl() local
177 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeUtf16LeNoStyl() local
193 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeWithMultipleStyl() local
211 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeWithOtherExtension() local
[all …]
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/test/java/com/google/android/exoplayer2/text/tx3g/
H A DTx3gDecoderTest.java62 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeNoSubtitle() local
73 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeJustText() local
87 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeWithStyl() local
111 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeWithStyl_startTooLarge_noSpanAdded() local
133 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeWithStyl_endTooLarge_clippedToEndOfText() local
150 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeWithStylAllDefaults() local
164 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeUtf16BeNoStyl() local
177 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeUtf16LeNoStyl() local
193 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeWithMultipleStyl() local
211 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeWithOtherExtension() local
[all …]
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/biometrics/domain/interactor/
H A DPromptCredentialInteractorTest.kt103 val subtitle = "s" in <lambda>() constant
127 val subtitle = "s" in <lambda>() constant
153 val subtitle = "s" in <lambda>() constant
192 val subtitle = "s" in <lambda>() constant
/aosp_15_r20/packages/apps/Car/Launcher/app/src/com/android/car/carlauncher/homescreen/ui/
DDescriptiveTextWithControlsView.java39 CharSequence subtitle) { in DescriptiveTextWithControlsView()
46 CharSequence subtitle, SeekBarViewModel seekBarViewModel) { in DescriptiveTextWithControlsView()
54 CharSequence subtitle, Control leftControl, Control centerControl, in DescriptiveTextWithControlsView()
65 CharSequence subtitle, long startTime, Control leftControl, in DescriptiveTextWithControlsView()
DDescriptiveTextView.java31 public DescriptiveTextView(Drawable image, CharSequence title, CharSequence subtitle) { in DescriptiveTextView()
35 public DescriptiveTextView(Drawable image, CharSequence title, CharSequence subtitle, in DescriptiveTextView()
/aosp_15_r20/out/soong/.intermediates/packages/apps/WallpaperPicker2/WallpaperPicker2Lib/android_common/kapt/gen/stubs/com/android/wallpaper/picker/preview/shared/model/
DCreativeEffectsModel.java10 private final java.lang.String subtitle = null; field in CreativeEffectsModel
15 java.lang.String title, @org.jetbrains.annotations.NotNull() in CreativeEffectsModel()
53 java.lang.String title, @org.jetbrains.annotations.NotNull() in copy()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/bluetooth/qsdialog/
DAudioSharingDialogState.java50 private final java.lang.String subtitle = null; field in AudioSharingDialogState.Show
54 public Show(@org.jetbrains.annotations.NotNull() in Show()
80 ….systemui.bluetooth.qsdialog.AudioSharingDialogState.Show copy(@org.jetbrains.annotations.NotNull() in copy()
/aosp_15_r20/out/soong/.intermediates/packages/apps/WallpaperPicker2/WallpaperPicker2Lib/android_common/kapt/gen/stubs/com/android/wallpaper/picker/preview/ui/viewmodel/floatingSheet/
DCreativeEffectFloatingSheetViewModel.java13 private final java.lang.String subtitle = null; field in CreativeEffectFloatingSheetViewModel
20 java.lang.String title, @org.jetbrains.annotations.NotNull() in CreativeEffectFloatingSheetViewModel()
69 java.lang.String title, @org.jetbrains.annotations.NotNull() in copy()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/media/controls/shared/model/
DMediaRecModel.java19 private final java.lang.CharSequence subtitle = null; field in MediaRecModel
27 java.lang.CharSequence title, @org.jetbrains.annotations.Nullable() in MediaRecModel()
91 java.lang.CharSequence title, @org.jetbrains.annotations.Nullable() in copy()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/media/controls/ui/viewmodel/
DMediaRecViewModel.java17 private final java.lang.CharSequence subtitle = null; field in MediaRecViewModel
32 java.lang.CharSequence title, @org.jetbrains.annotations.NotNull() in MediaRecViewModel()
114 java.lang.CharSequence title, @org.jetbrains.annotations.NotNull() in copy()
/aosp_15_r20/external/subsampling-scale-image-view/sample/src/main/java/com/davemorrissey/labs/subscaleview/test/
H A DPage.java7 private final int subtitle; field in Page
9 public Page(int subtitle, int text) { in Page()
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/text/
H A DSubtitleOutputBuffer.java27 @Nullable private Subtitle subtitle; field in SubtitleOutputBuffer
39 public void setContent(long timeUs, Subtitle subtitle, long subsampleOffsetUs) { in setContent()
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/text/
H A DSubtitleOutputBuffer.java27 @Nullable private Subtitle subtitle; field in SubtitleOutputBuffer
39 public void setContent(long timeUs, Subtitle subtitle, long subsampleOffsetUs) { in setContent()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/biometrics/ui/viewmodel/
DBiometricPromptHeaderViewModelImpl.java28 private final java.lang.String subtitle = null; field in BiometricPromptHeaderViewModelImpl
40 java.lang.String title, @org.jetbrains.annotations.NotNull() in BiometricPromptHeaderViewModelImpl()
/aosp_15_r20/packages/services/Car/car_product/distant_display/apps/CarDistantDisplaySystemUI/src/com/android/systemui/car/distantdisplay/common/
DDistantDisplayQcItem.java35 public DistantDisplayQcItem(@NonNull String title, @Nullable String subtitle, in DistantDisplayQcItem()
83 public Builder setSubtitle(@Nullable String subtitle) { in setSubtitle()
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipParamsChangedForwarder.java73 public void notifySubtitleChanged(CharSequence subtitle) { in notifySubtitleChanged()
122 default void onSubtitleChanged(String subtitle) { in onSubtitleChanged()
/aosp_15_r20/external/google-cloud-java/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/proto/google/cloud/dialogflow/v2/
H A Dintent.proto420 string subtitle = 2 [(google.api.field_behavior) = OPTIONAL]; field
476 string subtitle = 2 [(google.api.field_behavior) = OPTIONAL]; field
537 string subtitle = 3 [(google.api.field_behavior) = OPTIONAL]; field
704 string subtitle = 2 [(google.api.field_behavior) = OPTIONAL]; field

12345678910>>...35