Home
last modified time | relevance | path

Searched refs:minWidth (Results 1 – 13 of 13) sorted by relevance

/cts/tests/tests/media/misc/src/android/media/misc/cts/
DResourceManagerMultiTest.java169 int minWidth = widthRange.getLower(); in getAllVideoCodecParameters() local
170 int minHeight = videoCap.getSupportedHeightsFor(minWidth).getLower(); in getAllVideoCodecParameters()
173 argsList.add(getArgs(info.getName(), mimeType, minWidth, minHeight)); in getAllVideoCodecParameters() local
174 long minPixels = (long) minWidth * minHeight; in getAllVideoCodecParameters()
/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
DMediaDeviceInfo.java132 int minWidth = widthRange.getLower(); in collectDeviceInfo() local
133 int minPixelCount = minWidth in collectDeviceInfo()
134 * videoCapabilities.getSupportedHeightsFor(minWidth).getLower(); in collectDeviceInfo()
/cts/tests/tests/media/codec/src/android/media/codec/cts/
DMediaCodecInstancesTest.java66 int minWidth = vcaps.getSupportedWidths().getLower(); in createMinFormat() local
67 int minHeight = vcaps.getSupportedHeightsFor(minWidth).getLower(); in createMinFormat()
69 int minFrameRate = Math.max(vcaps.getSupportedFrameRatesFor(minWidth, minHeight) in createMinFormat()
71 format = MediaFormat.createVideoFormat(mime, minWidth, minHeight); in createMinFormat()
DMediaCodecCapabilitiesTest.java606 int minWidth = vidCaps.getSupportedWidths().getLower(); in getVideoSizeForTest() local
607 int minHeight = vidCaps.getSupportedHeightsFor(minWidth).getLower(); in getVideoSizeForTest()
608 size = new Size(minWidth, minHeight); in getVideoSizeForTest()
DMediaCodecTest.java2369 int minWidth = vcaps.getSupportedWidths().getLower(); in testPrependHeadersToSyncFrames() local
2370 int minHeight = vcaps.getSupportedHeightsFor(minWidth).getLower(); in testPrependHeadersToSyncFrames()
2373 minWidth, minHeight) .getLower().intValue(), 1); in testPrependHeadersToSyncFrames()
2374 format = MediaFormat.createVideoFormat(mime, minWidth, minHeight); in testPrependHeadersToSyncFrames()
/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/
DManifestLayoutTests.java155 final int minWidth = dpToPx(MIN_WIDTH_DP, DisplayMetrics.DENSITY_DEVICE_STABLE); in testMinimalSize() local
170 assertThat(actualWidth).isAtLeast(Math.min(minWidth, alternativeMinWidth)); in testMinimalSize()
174 (actualWidth == minWidth || actualWidth == alternativeMinWidth)); in testMinimalSize()
/cts/tests/tests/appwidget/src/android/appwidget/cts/
DAppWidgetTestCase.java89 provider.minWidth); in verifyInstalledProviders()
138 provider.minWidth); in verifyInstalledProviders()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DCameraMuteToggleActivity.java347 private Size getPreviewSize(int minWidth) { in getPreviewSize() argument
355 if (outputSize.getWidth() > minWidth) { in getPreviewSize()
/cts/tests/tests/widget/src/android/widget/cts/
DProgressBarTest.java682 final int minWidth = 20; in testGetAndSetMinWidth() local
683 mProgressBar.setMinWidth(minWidth); in testGetAndSetMinWidth()
684 assertEquals(minWidth, mProgressBar.getMinWidth()); in testGetAndSetMinWidth()
DWidgetAttributeTest.kt135 attributeMapProgressBar[android.R.attr.minWidth]!!.toInt() in testGetAttributeSourceResourceMap()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DWindowManagerState.java1509 mMinWidth = proto.taskFragment.minWidth; in Task()
1699 mMinWidth = proto.minWidth;
/cts/tests/framework/base/windowmanager/src/android/server/wm/other/
DPinnedStackTests.java348 final Size minSize = new Size(info.windowLayout.minWidth, info.windowLayout.minHeight); in testEnterPipWithMinimalSize()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt1195 field public static final int minWidth = 16843071; // 0x101013f
9690 field public int minWidth;
12134 field public final int minWidth;