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

/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListItemsExpandOnSelection.java43 result.setHeight(desiredHeight);
74 setHeight((int) (mDesiredHeight * 1.5));
76 setHeight(mDesiredHeight);
/frameworks/base/core/tests/coretests/src/android/util/
H A DListItemFactory.java157 result.setHeight(desiredHeight);
197 result.setHeight(desiredHeight);
248 t1.setHeight(desiredHeight);
257 t2.setHeight(desiredHeight);
H A DGridScenario.java330 result.setHeight(desiredHeight);
/frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/
H A DAnimatedStateVectorDrawableTest.java54 button.setHeight(400);
H A DAnimatedVectorDrawableTest.java56 button.setHeight(400);
/frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/
H A DBottomScrollViewTest.java92 public void setHeight(int height) { method in class:BottomScrollViewTest.TestChildView
/frameworks/support/graphics/drawable/testanimated/src/android/support/test/vectordrawable/
H A DTestAVDActivity.java86 button.setHeight(200);
/frameworks/native/opengl/tests/hwc/
H A DhwcTestLib.h94 void setHeight(uint32_t h) { _h = h; } function in class:HwcTestDim
H A DhwcTestLib.cpp285 dim.setHeight(val);
H A DhwcCommit.cpp1331 sourceDim.setHeight(sourceDim.height() + attrib->hMod
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java137 public void setHeight(float h) { method in class:ExpandHelper.ViewScaler
188 mScaler.setHeight(newHeight);
450 mScaler.setHeight(newHeight);
/frameworks/base/core/java/android/widget/
H A DListPopupWindow.java516 public void setHeight(int height) { method in class:ListPopupWindow
610 mPopup.setHeight(0);
614 mPopup.setHeight(ViewGroup.LayoutParams.MATCH_PARENT);
651 mPopup.setHeight(heightSpec);
H A DAutoCompleteTextView.java166 mPopup.setHeight(a.getLayoutDimension(R.styleable.AutoCompleteTextView_dropDownHeight,
303 mPopup.setHeight(height);
H A DPopupWindow.java332 setHeight(height);
887 * @deprecated Use {@link #setWidth(int)} and {@link #setHeight(int)}.
899 * @see #setHeight(int)
915 public void setHeight(int height) { method in class:PopupWindow
1764 setHeight(height);
H A DRemoteViewsAdapter.java509 loadingTextView.setHeight(mFirstViewHeight);
H A DEditor.java725 pop.setHeight(ht + l.getHeight());
2548 mPopupWindow.setHeight(ViewGroup.LayoutParams.WRAP_CONTENT);
3530 mContainer.setHeight(ViewGroup.LayoutParams.WRAP_CONTENT);
H A DTextView.java929 setHeight(a.getDimensionPixelSize(attr, -1));
3579 * height was set in pixels instead using {@link #setMinHeight(int) or #setHeight(int)}.
3635 * height was set in pixels instead using {@link #setMaxHeight(int) or #setHeight(int)}.
3702 public void setHeight(int pixels) { method in class:TextView
H A DAbsListView.java5831 p.setHeight(LayoutParams.WRAP_CONTENT);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DListPopupWindow.java529 public void setHeight(int height) { method in class:ListPopupWindow
641 mPopup.setHeight(height);
643 mPopup.setHeight(mDropDownHeight);
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java971 previewPopup.setHeight(popupHeight);
1155 mPopupKeyboard.setHeight(mMiniKeyboardContainer.getMeasuredHeight());
/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java216 * @see #setHeight(int)
246 * @see #setHeight(int)
265 public void setHeight(int height) { method in class:Bitmap
279 * @see #setHeight(int)
1218 * #reconfigure(int, int, Config)}, {@link #setWidth(int)}, {@link #setHeight(int)}, {@link
/frameworks/base/core/java/com/android/internal/widget/
H A DFloatingToolbar.java935 mPopupWindow.setHeight(height + mMarginVertical * 2);
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatDelegateImplV7.java708 mActionModePopup.setHeight(ViewGroup.LayoutParams.WRAP_CONTENT);
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java2182 button.setHeight(BUTTON_SIZE);
/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java3396 mPrimaryActionModePopup.setHeight(WRAP_CONTENT);

Completed in 602 milliseconds