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

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

Completed in 216 milliseconds