Home
last modified time | relevance | path

Searched refs:setHeight (Results 1 – 13 of 13) 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.java300 mPopupWindow.setHeight(height); in testAccessHeight()
304 mPopupWindow.setHeight(height); in testAccessHeight()
307 mPopupWindow.setHeight(0); in testAccessHeight()
311 mPopupWindow.setHeight(height); in testAccessHeight()
315 mPopupWindow.setHeight(height); in testAccessHeight()
550 popup.setHeight(height); in testShowAsDropDown_ClipToScreen_TooBig()
1721 mPopupWindow.setHeight(WindowManager.LayoutParams.WRAP_CONTENT); in testVerticallyClippedBeforeAdjusted()
1777 mPopupWindow.setHeight(WindowManager.LayoutParams.MATCH_PARENT); in testClipToScreenClipsToInsets()
1922 subPopup.setHeight(verticalSpaceBelowAnchor + 1); in testAnchorInPopup()
1946 subPopup.setHeight(verticalSpaceBelowAnchor - 1); in testAnchorInPopup()
[all …]
DListPopupWindowTest.java195 mPopupWindow.setHeight(height); in testAccessHeight()
199 mPopupWindow.setHeight(height); in testAccessHeight()
202 mPopupWindow.setHeight(0); in testAccessHeight()
206 mPopupWindow.setHeight(height); in testAccessHeight()
211 mPopupWindow.setHeight(height); in testAccessHeight()
DTextViewTest.java1084 setHeight(newHeight); in testHeight()
1090 setHeight(newHeight); in testHeight()
1096 setHeight(newHeight); in testHeight()
1101 setHeight(originalHeight); in testHeight()
7607 autoSizeTextView.setHeight(autoSizeTextView.getHeight() * 2);
7829 mActivityRule.runOnUiThread(() -> autoSizeTextView.setHeight(
7925 mActivityRule.runOnUiThread(() -> autoSizeTextView.setHeight( in testAutoSizeCallers_setHeightForOneLineText()
8969 private void setHeight(final int pixels) throws Throwable { in setHeight() method
8970 mActivityRule.runOnUiThread(() -> mTextView.setHeight(pixels)); in setHeight()
/cts/tests/tests/mediaparser/src/android/media/mediaparser/cts/
DMockMediaParserOutputConsumer.java231 .setHeight(height) in toExoPlayerFormat()
/cts/hostsidetests/media/app/MediaMetricsTest/src/android/media/metrics/cts/
DMediaMetricsAtomHostSideTests.java221 .setHeight(1080) in testTrackChangeEvent_video()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityViewTreeReportingTest.java301 newButton.setHeight(ViewGroup.LayoutParams.WRAP_CONTENT);
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DImeInsetsVisibilityTest.java352 textView.setHeight(activity.getWindowManager().getMaximumWindowMetrics() in launchTestActivity()
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockIme.java359 mView.setHeight(height); in onHandleCommand()
669 private void setHeight(int height) { in setHeight() method in MockIme.KeyboardLayoutView
/cts/tests/tests/media/src/android/media/cts/
DDecodeAccuracyTestBase.java481 videoFormat.setHeight(mediaFormat.getInteger(MediaFormat.KEY_HEIGHT)); in configureVideoFormat()
1626 public void setHeight(int height) { in setHeight() method in VideoFormat
/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapTest.java1471 mBitmap.setHeight(100); in testSetHeight()
1480 mBitmap.setHeight(201); in testSetHeightExpanding()
1487 mBitmap.setHeight(1); in testSetHeightMutable()
2061 bitmap.setHeight(30); in testHardwareSetHeight()