Home
last modified time | relevance | path

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

123

/frameworks/base/core/tests/coretests/src/android/widget/listview/
DListItemsExpandOnSelection.java43 result.setHeight(desiredHeight); in createView()
74 setHeight((int) (mDesiredHeight * 1.5)); in setSelected()
76 setHeight(mDesiredHeight); in setSelected()
/frameworks/base/core/tests/coretests/src/android/util/
DListItemFactory.java157 result.setHeight(desiredHeight); in button()
197 result.setHeight(desiredHeight); in text()
248 t1.setHeight(desiredHeight); in doubleText()
257 t2.setHeight(desiredHeight); in doubleText()
DGridScenario.java330 result.setHeight(desiredHeight); in createView()
/frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/
DAnimatedStateVectorDrawableTest.java54 button.setHeight(400); in onCreate()
DAnimatedVectorDrawableTest.java72 button.setHeight(300); in onCreate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DExpandHelper.java146 public void setHeight(float h) { in setHeight() method in ExpandHelper.ViewScaler
198 mScaler.setHeight(newHeight); in updateExpansion()
466 mScaler.setHeight(newHeight); in onTouchEvent()
603 mScaler.setHeight(targetHeight); in finishExpanding()
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
DBottomScrollViewTest.java103 public void setHeight(int height) { in setHeight() method in BottomScrollViewTest.TestChildView
/frameworks/base/core/java/android/widget/
DListPopupWindow.java533 public void setHeight(int height) { in setHeight() method in ListPopupWindow
643 mPopup.setHeight(0); in show()
647 mPopup.setHeight(ViewGroup.LayoutParams.MATCH_PARENT); in show()
684 mPopup.setHeight(heightSpec); in show()
DAutoCompleteTextView.java271 mPopup.setHeight(popupHeight); in AutoCompleteTextView()
414 mPopup.setHeight(height); in setDropDownHeight()
DPopupWindow.java403 setHeight(height); in PopupWindow()
1061 public void setHeight(int height) { in setHeight() method in PopupWindow
2115 setHeight(height); in update()
DRemoteViewsAdapter.java342 loadingTextView.setHeight(viewHeight); in getDefaultView()
DEditor.java771 pop.setHeight(ht + l.getHeight()); in chooseSize()
3125 mPopupWindow.setHeight(ViewGroup.LayoutParams.WRAP_CONTENT); in PinnedPopupWindow()
4187 mContainer.setHeight(ViewGroup.LayoutParams.WRAP_CONTENT); in HandleView()
/frameworks/native/opengl/tests/hwc/
DhwcTestLib.h94 void setHeight(uint32_t h) { _h = h; } in setHeight() function
DhwcTestLib.cpp285 dim.setHeight(val); in hwcTestParseDim()
DhwcCommit.cpp1330 sourceDim.setHeight(sourceDim.height() + attrib->hMod in setSourceDim()
/frameworks/support/samples/SupportVectorDrawableDemos/src/com/example/android/support/vectordrawable/app/
DSimpleAnimatedVectorDrawable.java96 button.setHeight(200); in addDrawableButtons()
/frameworks/support/v7/appcompat/tests/src/android/support/v7/widget/
DAppCompatTextViewAutoSizeTest.java110 granularityTextView.setHeight(widthHeight); in testAutoSizeUniform_equivalentConfigurations()
114 presetTextView.setHeight(widthHeight); in testAutoSizeUniform_equivalentConfigurations()
141 autoSizeEditText.setHeight(autoSizeEditText.getHeight() / 4); in testAutoSize_notSupportedByEditText()
168 autoSizeTextView.setHeight(autoSizeTextView.getHeight() / 4); in testAutoSizeCallers_setHeight()
229 autoSizeTextView.setHeight(autoSizeTextView.getHeight() * 2);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DListPopupWindow.java572 public void setHeight(int height) { in setHeight() method in ListPopupWindow
675 mPopup.setHeight(0); in show()
679 mPopup.setHeight(ViewGroup.LayoutParams.MATCH_PARENT); in show()
716 mPopup.setHeight(heightSpec); in show()
/frameworks/base/apct-tests/perftests/core/src/android/widget/
DEditTextLongTextPerfTest.java91 editText.setHeight(height); in setupEditText()
/frameworks/base/core/java/android/view/autofill/
DAutofillPopupWindow.java174 setHeight(height); in update()
/frameworks/base/core/java/com/android/internal/widget/
DFloatingToolbar.java793 setHeight(mContentContainer, startHeight + deltaHeight); in openOverflow()
871 setHeight(mContentContainer, startHeight + deltaHeight); in closeOverflow()
1060 mPopupWindow.setHeight(height + mMarginVertical * 2); in updatePopupSize()
1528 private static void setHeight(View view, int height) { in setHeight() method in FloatingToolbar.FloatingToolbarPopup
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWC2.h161 Builder& setHeight(int32_t height) { in setHeight() function
DHWC2.cpp750 .setHeight(getAttribute(configId, Attribute::Height)) in loadConfig()
/frameworks/base/core/java/android/inputmethodservice/
DKeyboardView.java980 previewPopup.setHeight(popupHeight); in showKey()
1146 mPopupKeyboard.setHeight(mMiniKeyboardContainer.getMeasuredHeight()); in onLongPress()
/frameworks/base/graphics/java/android/graphics/
DBitmap.java289 public void setHeight(int height) { in setHeight() method in Bitmap

123