Home
last modified time | relevance | path

Searched refs:setMaxHeight (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DImageViewTest.java244 mImageViewRegular.setMaxHeight(120); in testSetMaxHeight()
245 mImageViewRegular.setMaxHeight(-1); in testSetMaxHeight()
DProgressBarTest.java698 mProgressBar.setMaxHeight(maxHeight); in testGetAndSetMaxHeight()
DTextViewTest.java1043 setMaxHeight(newHeight); in testHeight()
1048 setMaxHeight(newHeight); in testHeight()
1053 setMaxHeight(newHeight); in testHeight()
1058 setMaxHeight(newHeight); in testHeight()
1080 setMaxHeight(Integer.MAX_VALUE); in testHeight()
7811 mActivityRule.runOnUiThread(() -> autoSizeTextView.setMaxHeight( in testAutoSizeCallers_setMaxHeight()
8927 private void setMaxHeight(final int pixels) throws Throwable { in setMaxHeight() method
8928 mActivityRule.runOnUiThread(() -> mTextView.setMaxHeight(pixels)); in setMaxHeight()
/cts/tests/tests/media/src/android/media/cts/
DDecodeAccuracyTestBase.java1630 public void setMaxHeight(int maxHeight) { in setMaxHeight() method in VideoFormat