Home | History | Annotate | Download | only in cts

Lines Matching defs:setMaxHeight

914         // test setMaxHeight
916 setMaxHeight(newHeight);
921 setMaxHeight(newHeight);
926 setMaxHeight(newHeight);
931 setMaxHeight(newHeight);
953 setMaxHeight(Integer.MAX_VALUE);
7215 mActivityRule.runOnUiThread(() -> autoSizeTextView.setMaxHeight(
8171 private void setMaxHeight(final int pixels) throws Throwable {
8172 mActivityRule.runOnUiThread(() -> mTextView.setMaxHeight(pixels));