Searched refs:setMaxHeight (Results 1 – 2 of 2) sorted by relevance
160 imageView.setMaxHeight(120); in testSetMaxHeight()161 imageView.setMaxHeight(-1); in testSetMaxHeight()
676 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 TextViewTest4660 mTextView.setMaxHeight(pixels); in setMaxHeight()