/cts/tests/tests/media/misc/src/android/media/misc/cts/ |
D | ResourceManagerMultiTest.java | 169 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/ |
D | MediaDeviceInfo.java | 132 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/ |
D | MediaCodecInstancesTest.java | 66 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()
|
D | MediaCodecCapabilitiesTest.java | 606 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()
|
D | MediaCodecTest.java | 2369 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/ |
D | ManifestLayoutTests.java | 155 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/ |
D | AppWidgetTestCase.java | 89 provider.minWidth); in verifyInstalledProviders() 138 provider.minWidth); in verifyInstalledProviders()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/ |
D | CameraMuteToggleActivity.java | 347 private Size getPreviewSize(int minWidth) { in getPreviewSize() argument 355 if (outputSize.getWidth() > minWidth) { in getPreviewSize()
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | ProgressBarTest.java | 682 final int minWidth = 20; in testGetAndSetMinWidth() local 683 mProgressBar.setMinWidth(minWidth); in testGetAndSetMinWidth() 684 assertEquals(minWidth, mProgressBar.getMinWidth()); in testGetAndSetMinWidth()
|
D | WidgetAttributeTest.kt | 135 attributeMapProgressBar[android.R.attr.minWidth]!!.toInt() in testGetAttributeSourceResourceMap()
|
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/ |
D | WindowManagerState.java | 1509 mMinWidth = proto.taskFragment.minWidth; in Task() 1699 mMinWidth = proto.minWidth;
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/other/ |
D | PinnedStackTests.java | 348 final Size minSize = new Size(info.windowLayout.minWidth, info.windowLayout.minHeight); in testEnterPipWithMinimalSize()
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 1195 field public static final int minWidth = 16843071; // 0x101013f 9690 field public int minWidth; 12134 field public final int minWidth;
|