Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DImageViewTest.java160 imageView.setMaxHeight(120); in testSetMaxHeight()
161 imageView.setMaxHeight(-1); in testSetMaxHeight()
DTextViewTest.java676 setMaxHeight(originalHeight + 1); in testHeightAndWidth()
679 setMaxHeight(originalHeight - 1); in testHeightAndWidth()
682 setMaxHeight(-1); in testHeightAndWidth()
685 setMaxHeight(Integer.MAX_VALUE); in testHeightAndWidth()
698 setMaxHeight(Integer.MAX_VALUE); in testHeightAndWidth()
4657 private void setMaxHeight(final int pixels) { in setMaxHeight() method in TextViewTest
4660 mTextView.setMaxHeight(pixels); in setMaxHeight()