Searched refs:setHeight (Results 1 – 9 of 9) sorted by relevance
156 result.setHeight(desiredHeight); in button()196 result.setHeight(desiredHeight); in text()247 t1.setHeight(desiredHeight); in doubleText()256 t2.setHeight(desiredHeight); in doubleText()
258 result.setHeight(desiredHeight); in createView()
102 public void setHeight(float height) { in setHeight() method in ShapeHolder
279 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 …]
181 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()
957 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() method8214 mActivityRule.runOnUiThread(() -> mTextView.setHeight(pixels)); in setHeight()
293 newButton.setHeight(ViewGroup.LayoutParams.WRAP_CONTENT);
815 mBitmap.setHeight(100); in testSetHeight()824 mBitmap.setHeight(201); in testSetHeightExpanding()831 mBitmap.setHeight(1); in testSetHeightMutable()1331 bitmap.setHeight(30); in testHardwareSetHeight()
482 videoFormat.setHeight(mediaFormat.getInteger(MediaFormat.KEY_HEIGHT)); in configureVideoFormat()1625 public void setHeight(int height) { in setHeight() method in VideoFormat