Home
last modified time | relevance | path

Searched refs:minHeight (Results 1 – 11 of 11) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DBubbleActivity.java83 int minHeight = getResources().getDimensionPixelSize( in checkHeight() local
85 if (mRoot.getHeight() < minHeight) { in checkHeight()
87 + mRoot.getHeight() + " vs desired minimum height:" + minHeight); in checkHeight()
/cts/tests/tests/media/misc/src/android/media/misc/cts/
DResourceManagerMultiTest.java170 int minHeight = videoCap.getSupportedHeightsFor(minWidth).getLower(); in getAllVideoCodecParameters() local
173 argsList.add(getArgs(info.getName(), mimeType, minWidth, minHeight)); in getAllVideoCodecParameters() local
174 long minPixels = (long) minWidth * minHeight; in getAllVideoCodecParameters()
/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/
DManifestLayoutTests.java156 final int minHeight = dpToPx(MIN_HEIGHT_DP, DisplayMetrics.DENSITY_DEVICE_STABLE); in testMinimalSize() local
171 assertThat(actualHeight).isAtLeast(Math.min(minHeight, alternativeMinHeight)); in testMinimalSize()
176 (actualHeight == minHeight || actualHeight == alternativeMinHeight)); in testMinimalSize()
/cts/tests/tests/media/codec/src/android/media/codec/cts/
DMediaCodecInstancesTest.java67 int minHeight = vcaps.getSupportedHeightsFor(minWidth).getLower(); in createMinFormat() local
69 int minFrameRate = Math.max(vcaps.getSupportedFrameRatesFor(minWidth, minHeight) in createMinFormat()
71 format = MediaFormat.createVideoFormat(mime, minWidth, minHeight); in createMinFormat()
DMediaCodecCapabilitiesTest.java607 int minHeight = vidCaps.getSupportedHeightsFor(minWidth).getLower(); in getVideoSizeForTest() local
608 size = new Size(minWidth, minHeight); in getVideoSizeForTest()
DMediaCodecTest.java2370 int minHeight = vcaps.getSupportedHeightsFor(minWidth).getLower(); in testPrependHeadersToSyncFrames() local
2373 minWidth, minHeight) .getLower().intValue(), 1); in testPrependHeadersToSyncFrames()
2374 format = MediaFormat.createVideoFormat(mime, minWidth, minHeight); in testPrependHeadersToSyncFrames()
/cts/tests/tests/appwidget/src/android/appwidget/cts/
DAppWidgetTestCase.java91 provider.minHeight); in verifyInstalledProviders()
140 provider.minHeight); in verifyInstalledProviders()
/cts/tests/tests/widget/src/android/widget/cts/
DProgressBarTest.java698 final int minHeight = 20; in testGetAndSetMinHeight() local
699 mProgressBar.setMinHeight(minHeight); in testGetAndSetMinHeight()
700 assertEquals(minHeight, mProgressBar.getMinHeight()); in testGetAndSetMinHeight()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DWindowManagerState.java1510 mMinHeight = proto.taskFragment.minHeight; in Task()
1700 mMinHeight = proto.minHeight;
/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.txt1189 field public static final int minHeight = 16843072; // 0x1010140
9687 field public int minHeight;
12133 field public final int minHeight;