Searched refs:setHeight (Results 1 - 19 of 19) 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/native/opengl/tests/hwc/
H A DhwcTestLib.h95 void setHeight(uint32_t h) { _h = h; } function in class:HwcTestDim
H A DhwcTestLib.cpp283 dim.setHeight(val);
H A DhwcCommit.cpp1333 sourceDim.setHeight(sourceDim.height() + attrib->hMod
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java145 public void setHeight(float h) { method in class:ExpandHelper.ViewScaler
243 mScaler.setHeight(newHeight);
458 mScaler.setHeight(newHeight);
/frameworks/base/core/java/android/widget/
H A DAutoCompleteTextView.java169 mPopup.setHeight(a.getLayoutDimension(
307 mPopup.setHeight(height);
H A DListPopupWindow.java499 public void setHeight(int height) { method in class:ListPopupWindow
612 mPopup.setHeight(height);
614 mPopup.setHeight(mDropDownHeight);
H A DPopupWindow.java308 setHeight(height);
743 * @see #setHeight(int)
760 public void setHeight(int height) { method in class:PopupWindow
1416 setHeight(height);
H A DRemoteViewsAdapter.java518 loadingTextView.setHeight(mFirstViewHeight);
H A DEditor.java579 pop.setHeight(ht + l.getHeight());
2224 mPopupWindow.setHeight(ViewGroup.LayoutParams.WRAP_CONTENT);
H A DTextView.java846 setHeight(a.getDimensionPixelSize(attr, -1));
3063 * height was set in pixels instead using {@link #setMinHeight(int) or #setHeight(int)}.
3119 * height was set in pixels instead using {@link #setMaxHeight(int) or #setHeight(int)}.
3186 public void setHeight(int pixels) { method in class:TextView
H A DAbsListView.java5933 p.setHeight(LayoutParams.WRAP_CONTENT);
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DListPopupWindow.java461 public void setHeight(int height) { method in class:ListPopupWindow
571 mPopup.setHeight(height);
573 mPopup.setHeight(mDropDownHeight);
/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java204 * @see #setHeight(int)
233 * @see #setHeight(int)
252 public void setHeight(int height) { method in class:Bitmap
266 * @see #setHeight(int)
1160 * #reconfigure(int, int, Config)}, {@link #setWidth(int)}, {@link #setHeight(int)}, {@link
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java967 previewPopup.setHeight(popupHeight);
1150 mPopupKeyboard.setHeight(mMiniKeyboardContainer.getMeasuredHeight());
/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.java2399 mActionModePopup.setHeight(WRAP_CONTENT);

Completed in 468 milliseconds