Home
last modified time | relevance | path

Searched refs:setHeight (Results 1 – 9 of 9) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/util/
DListItemFactory.java156 result.setHeight(desiredHeight); in button()
196 result.setHeight(desiredHeight); in text()
247 t1.setHeight(desiredHeight); in doubleText()
256 t2.setHeight(desiredHeight); in doubleText()
DExpandableListScenario.java258 result.setHeight(desiredHeight); in createView()
/cts/tests/tests/animation/src/android/animation/cts/
DShapeHolder.java102 public void setHeight(float height) { in setHeight() method in ShapeHolder
/cts/tests/tests/widget/src/android/widget/cts/
DPopupWindowTest.java279 mPopupWindow.setHeight(height); in testAccessHeight()
283 mPopupWindow.setHeight(height); in testAccessHeight()
286 mPopupWindow.setHeight(0); in testAccessHeight()
290 mPopupWindow.setHeight(height); in testAccessHeight()
294 mPopupWindow.setHeight(height); in testAccessHeight()
492 popup.setHeight(height); in testShowAsDropDown_ClipToScreen_TooBig()
1297 mPopupWindow.setHeight(WindowManager.LayoutParams.WRAP_CONTENT); in testVerticallyClippedBeforeAdjusted()
1345 mPopupWindow.setHeight(WindowManager.LayoutParams.MATCH_PARENT); in testClipToScreenClipsToInsets()
1489 subPopup.setHeight(verticalSpaceBelowAnchor + 1); in testAnchorInPopup()
1513 subPopup.setHeight(verticalSpaceBelowAnchor - 1); in testAnchorInPopup()
[all …]
DListPopupWindowTest.java181 mPopupWindow.setHeight(height); in testAccessHeight()
185 mPopupWindow.setHeight(height); in testAccessHeight()
188 mPopupWindow.setHeight(0); in testAccessHeight()
192 mPopupWindow.setHeight(height); in testAccessHeight()
197 mPopupWindow.setHeight(height); in testAccessHeight()
DTextViewTest.java957 setHeight(newHeight); in testHeight()
963 setHeight(newHeight); in testHeight()
969 setHeight(newHeight); in testHeight()
974 setHeight(originalHeight); in testHeight()
7011 autoSizeTextView.setHeight(autoSizeTextView.getHeight() * 2);
7233 mActivityRule.runOnUiThread(() -> autoSizeTextView.setHeight(
7329 mActivityRule.runOnUiThread(() -> autoSizeTextView.setHeight( in testAutoSizeCallers_setHeightForOneLineText()
8213 private void setHeight(final int pixels) throws Throwable { in setHeight() method
8214 mActivityRule.runOnUiThread(() -> mTextView.setHeight(pixels)); in setHeight()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityViewTreeReportingTest.java293 newButton.setHeight(ViewGroup.LayoutParams.WRAP_CONTENT);
/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapTest.java815 mBitmap.setHeight(100); in testSetHeight()
824 mBitmap.setHeight(201); in testSetHeightExpanding()
831 mBitmap.setHeight(1); in testSetHeightMutable()
1331 bitmap.setHeight(30); in testHardwareSetHeight()
/cts/tests/tests/media/src/android/media/cts/
DDecodeAccuracyTestBase.java482 videoFormat.setHeight(mediaFormat.getInteger(MediaFormat.KEY_HEIGHT)); in configureVideoFormat()
1625 public void setHeight(int height) { in setHeight() method in VideoFormat