Home
last modified time | relevance | path

Searched refs:minSize (Results 1 – 7 of 7) sorted by relevance

/cts/tests/tests/dpi/src/android/dpi/cts/
DConfigurationTest.java57 double minSize = 2.5d; in testScreenConfiguration() local
61 minSize = 4.04d; in testScreenConfiguration()
65 minSize = 3.3d; in testScreenConfiguration()
69 minSize = 1.0d; in testScreenConfiguration()
72 minSize = 6.0d; in testScreenConfiguration()
75 assertTrue("Screen diagonal must be at least " + minSize + " inches: " + diagonalInches, in testScreenConfiguration()
76 diagonalInches >= minSize); in testScreenConfiguration()
/cts/tests/tests/webkit/src/android/webkit/cts/
DWebSettingsTest.java452 int minSize = mSettings.getDefaultFontSize(); in testAccessDefaultFontSize() local
453 assertThat(minSize, greaterThan(0)); in testAccessDefaultFontSize()
454 assertThat(minSize, lessThan(maxSize)); in testAccessDefaultFontSize()
473 int minSize = mSettings.getDefaultFixedFontSize(); in testAccessDefaultFixedFontSize() local
474 assertThat(minSize, greaterThan(0)); in testAccessDefaultFixedFontSize()
475 assertThat(minSize, lessThan(maxSize)); in testAccessDefaultFixedFontSize()
/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() local
352 assertTrue("Pinned task bounds " + pipBounds + " isn't smaller than minimal " + minSize, in testEnterPipWithMinimalSize()
353 (pipBounds.width() == minSize.getWidth() in testEnterPipWithMinimalSize()
354 && pipBounds.height() >= minSize.getHeight()) in testEnterPipWithMinimalSize()
355 || (pipBounds.height() == minSize.getHeight() in testEnterPipWithMinimalSize()
356 && pipBounds.width() >= minSize.getWidth())); in testEnterPipWithMinimalSize()
/cts/tests/camera/src/android/hardware/camera2/cts/
DImageReaderTest.java2154 Size minSize = availableSizes[1]; in getMinAndMaxSizes() local
2161 if (size.getWidth() * size.getHeight() < minSize.getWidth() * minSize.getHeight()) { in getMinAndMaxSizes()
2162 minSize = size; in getMinAndMaxSizes()
2166 testSizes[0] = minSize; in getMinAndMaxSizes()
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DUiBot.java229 public void assumeMinimumResolution(int minSize) { in assumeMinimumResolution() argument
233 assumeTrue("Screen size is too small (" + width + "x" + heigth + ")", min >= minSize); in assumeMinimumResolution()
234 Log.d(TAG, "assumeMinimumResolution(" + minSize + ") passed: screen size is " in assumeMinimumResolution()
/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTest.java8623 final int minSize = textView.getAutoSizeMinTextSize(); in testAutoSizeUniform_getSetAutoSizeTextDefaults() local
8625 assertTrue(0 < minSize); in testAutoSizeUniform_getSetAutoSizeTextDefaults()
8626 assertTrue(minSize < maxSize); in testAutoSizeUniform_getSetAutoSizeTextDefaults()
8665 final int minSize = textView.getAutoSizeMinTextSize();
8666 assertNotEquals(0, minSize);
8672 assertTrue((maxSize - minSize) > 1);
8798 final int minSize = textView.getAutoSizeMinTextSize(); in testAutoSizeUniform_getSetAutoSizeMaxTextSize() local
8799 assertNotEquals(0, minSize); in testAutoSizeUniform_getSetAutoSizeMaxTextSize()
8812 assertEquals(minSize, textView.getAutoSizeMinTextSize()); in testAutoSizeUniform_getSetAutoSizeMaxTextSize()
/cts/apps/CtsVerifier/libs/
Dopencv3-android.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/opencv/ org/ ...