Searched refs:setHeight (Results 1 - 22 of 22) 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.java53 button.setHeight(400);
/frameworks/native/opengl/tests/hwc/
H A DhwcTestLib.h94 void setHeight(uint32_t h) { _h = h; } function in class:HwcTestDim
H A DhwcTestLib.cpp287 dim.setHeight(val);
H A DhwcCommit.cpp1332 sourceDim.setHeight(sourceDim.height() + attrib->hMod
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java148 public void setHeight(float h) { method in class:ExpandHelper.ViewScaler
200 mScaler.setHeight(newHeight);
455 mScaler.setHeight(newHeight);
/frameworks/base/core/java/android/widget/
H A DAutoCompleteTextView.java165 mPopup.setHeight(a.getLayoutDimension(R.styleable.AutoCompleteTextView_dropDownHeight,
302 mPopup.setHeight(height);
H A DListPopupWindow.java513 public void setHeight(int height) { method in class:ListPopupWindow
626 mPopup.setHeight(height);
628 mPopup.setHeight(mDropDownHeight);
H A DPopupWindow.java287 setHeight(height);
826 * @see #setHeight(int)
843 public void setHeight(int height) { method in class:PopupWindow
1513 setHeight(height);
H A DRemoteViewsAdapter.java511 loadingTextView.setHeight(mFirstViewHeight);
H A DEditor.java610 pop.setHeight(ht + l.getHeight());
2231 mPopupWindow.setHeight(ViewGroup.LayoutParams.WRAP_CONTENT);
H A DTextView.java877 setHeight(a.getDimensionPixelSize(attr, -1));
3278 * height was set in pixels instead using {@link #setMinHeight(int) or #setHeight(int)}.
3334 * height was set in pixels instead using {@link #setMaxHeight(int) or #setHeight(int)}.
3401 public void setHeight(int pixels) { method in class:TextView
H A DAbsListView.java5793 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/graphics/java/android/graphics/
H A DBitmap.java215 * @see #setHeight(int)
245 * @see #setHeight(int)
264 public void setHeight(int height) { method in class:Bitmap
278 * @see #setHeight(int)
1186 * #reconfigure(int, int, Config)}, {@link #setWidth(int)}, {@link #setHeight(int)}, {@link
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java971 previewPopup.setHeight(popupHeight);
1155 mPopupKeyboard.setHeight(mMiniKeyboardContainer.getMeasuredHeight());
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DActionBarActivityDelegateBase.java614 mActionModePopup.setHeight(ViewGroup.LayoutParams.WRAP_CONTENT);
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java2182 button.setHeight(BUTTON_SIZE);
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java2739 mActionModePopup.setHeight(WRAP_CONTENT);

Completed in 1976 milliseconds