/frameworks/base/core/tests/coretests/src/android/widget/listview/ |
D | ListItemsExpandOnSelection.java | 43 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/ |
D | ListItemFactory.java | 157 result.setHeight(desiredHeight); in button() 197 result.setHeight(desiredHeight); in text() 248 t1.setHeight(desiredHeight); in doubleText() 257 t2.setHeight(desiredHeight); in doubleText()
|
D | GridScenario.java | 330 result.setHeight(desiredHeight); in createView()
|
/frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/ |
D | AnimatedStateVectorDrawableTest.java | 54 button.setHeight(400); in onCreate()
|
D | AnimatedVectorDrawableTest.java | 56 button.setHeight(400); in onCreate()
|
/frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/ |
D | BottomScrollViewTest.java | 92 public void setHeight(int height) { in setHeight() method in BottomScrollViewTest.TestChildView
|
/frameworks/support/graphics/drawable/testanimated/src/android/support/test/vectordrawable/ |
D | TestAVDActivity.java | 86 button.setHeight(200); in addDrawableButtons()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | ExpandHelper.java | 137 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/ |
D | hwcTestLib.h | 94 void setHeight(uint32_t h) { _h = h; } in setHeight() function
|
D | hwcTestLib.cpp | 285 dim.setHeight(val); in hwcTestParseDim()
|
D | hwcCommit.cpp | 1331 sourceDim.setHeight(sourceDim.height() + attrib->hMod in setSourceDim()
|
/frameworks/base/core/java/android/widget/ |
D | ListPopupWindow.java | 516 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()
|
D | AutoCompleteTextView.java | 166 mPopup.setHeight(a.getLayoutDimension(R.styleable.AutoCompleteTextView_dropDownHeight, in AutoCompleteTextView() 303 mPopup.setHeight(height); in setDropDownHeight()
|
D | PopupWindow.java | 332 setHeight(height); in PopupWindow() 915 public void setHeight(int height) { in setHeight() method in PopupWindow 1764 setHeight(height); in update()
|
D | RemoteViewsAdapter.java | 509 loadingTextView.setHeight(mFirstViewHeight); in createLoadingView()
|
D | Editor.java | 725 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/ |
D | ListPopupWindow.java | 529 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/ |
D | KeyboardView.java | 971 previewPopup.setHeight(popupHeight); in showKey() 1155 mPopupKeyboard.setHeight(mMiniKeyboardContainer.getMeasuredHeight()); in onLongPress()
|
/frameworks/base/graphics/java/android/graphics/ |
D | Bitmap.java | 265 public void setHeight(int height) { in setHeight() method in Bitmap
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | FloatingToolbar.java | 935 mPopupWindow.setHeight(height + mMarginVertical * 2); in updatePopupSize()
|
/frameworks/support/v7/appcompat/src/android/support/v7/app/ |
D | AppCompatDelegateImplV7.java | 708 mActionModePopup.setHeight(ViewGroup.LayoutParams.WRAP_CONTENT); in startSupportActionModeFromWindow()
|
/frameworks/support/v7/appcompat/api/ |
D | 22.0.0.txt | 329 method public void setHeight(int);
|
D | 22.1.0.txt | 491 method public void setHeight(int);
|
/frameworks/base/docs/html/about/versions/ |
D | android-4.4.jd | 394 … a bitmap’s dimensions with methods {@link android.graphics.Bitmap#setHeight setHeight()} and {@li…
|
/frameworks/ex/common/java/com/android/ex/editstyledtext/ |
D | EditStyledText.java | 2182 button.setHeight(BUTTON_SIZE); in buildAndShowColorDialogue()
|