Home
last modified time | relevance | path

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

12

/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.java56 button.setHeight(400); in onCreate()
/frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/
DBottomScrollViewTest.java92 public void setHeight(int height) { in setHeight() method in BottomScrollViewTest.TestChildView
/frameworks/support/graphics/drawable/testanimated/src/android/support/test/vectordrawable/
DTestAVDActivity.java86 button.setHeight(200); in addDrawableButtons()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DExpandHelper.java137 public void setHeight(float h) { in setHeight() method in ExpandHelper.ViewScaler
188 mScaler.setHeight(newHeight); in updateExpansion()
450 mScaler.setHeight(newHeight); in onTouchEvent()
/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.cpp1331 sourceDim.setHeight(sourceDim.height() + attrib->hMod in setSourceDim()
/frameworks/base/core/java/android/widget/
DListPopupWindow.java516 public void setHeight(int height) { in setHeight() method in ListPopupWindow
610 mPopup.setHeight(0); in show()
614 mPopup.setHeight(ViewGroup.LayoutParams.MATCH_PARENT); in show()
651 mPopup.setHeight(heightSpec); in show()
DAutoCompleteTextView.java166 mPopup.setHeight(a.getLayoutDimension(R.styleable.AutoCompleteTextView_dropDownHeight, in AutoCompleteTextView()
303 mPopup.setHeight(height); in setDropDownHeight()
DPopupWindow.java332 setHeight(height); in PopupWindow()
915 public void setHeight(int height) { in setHeight() method in PopupWindow
1764 setHeight(height); in update()
DRemoteViewsAdapter.java509 loadingTextView.setHeight(mFirstViewHeight); in createLoadingView()
DEditor.java725 pop.setHeight(ht + l.getHeight()); in chooseSize()
2548 mPopupWindow.setHeight(ViewGroup.LayoutParams.WRAP_CONTENT); in PinnedPopupWindow()
3530 mContainer.setHeight(ViewGroup.LayoutParams.WRAP_CONTENT); in HandleView()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DListPopupWindow.java529 public void setHeight(int height) { in setHeight() method in ListPopupWindow
641 mPopup.setHeight(height); in show()
643 mPopup.setHeight(mDropDownHeight); in show()
/frameworks/base/core/java/android/inputmethodservice/
DKeyboardView.java971 previewPopup.setHeight(popupHeight); in showKey()
1155 mPopupKeyboard.setHeight(mMiniKeyboardContainer.getMeasuredHeight()); in onLongPress()
/frameworks/base/graphics/java/android/graphics/
DBitmap.java265 public void setHeight(int height) { in setHeight() method in Bitmap
/frameworks/base/core/java/com/android/internal/widget/
DFloatingToolbar.java935 mPopupWindow.setHeight(height + mMarginVertical * 2); in updatePopupSize()
/frameworks/support/v7/appcompat/src/android/support/v7/app/
DAppCompatDelegateImplV7.java708 mActionModePopup.setHeight(ViewGroup.LayoutParams.WRAP_CONTENT); in startSupportActionModeFromWindow()
/frameworks/support/v7/appcompat/api/
D22.0.0.txt329 method public void setHeight(int);
D22.1.0.txt491 method public void setHeight(int);
/frameworks/base/docs/html/about/versions/
Dandroid-4.4.jd394 … a bitmap’s dimensions with methods {@link android.graphics.Bitmap#setHeight setHeight()} and {@li…
/frameworks/ex/common/java/com/android/ex/editstyledtext/
DEditStyledText.java2182 button.setHeight(BUTTON_SIZE); in buildAndShowColorDialogue()

12