Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public void testTrimMemoryUiHiddenOrLessRemovesHalfOfBitmaps_preM() {
testTrimMemory(MAX_SIZE, TRIM_MEMORY_UI_HIDDEN, MAX_SIZE / 2);
}

@Config(sdk = Build.VERSION_CODES.M)
@Config(sdk = Config.OLDEST_SDK)
@Test
public void testTrimMemoryUiHiddenOrLessRemovesHalfOfBitmaps_postM() {
testTrimMemory(MAX_SIZE, TRIM_MEMORY_UI_HIDDEN, 0);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ public void decodeFrame_arcDeviceAndWebm_initializesMediaExtractor() throws IOEx
}

@Test
@Config(sdk = VERSION_CODES.M)
@Config(sdk = Config.OLDEST_SDK)
public void isHdr180RotationFixRequired_androidM_returnsFalse() {
assertThat(VideoDecoder.isHdr180RotationFixRequired()).isFalse();
}
Expand Down
Loading