Searched defs:setHeight (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/opengl/tests/hwc/
H A DhwcTestLib.h97 void setHeight(uint32_t h) { _h = h; } function in class:HwcTestDim
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java145 public void setHeight(float h) { method in class:ExpandHelper.ViewScaler
244 mScaler.setHeight(newHeight);
459 mScaler.setHeight(newHeight);
/frameworks/base/core/java/android/widget/
H A DListPopupWindow.java477 public void setHeight(int height) { method in class:ListPopupWindow
590 mPopup.setHeight(height);
592 mPopup.setHeight(mDropDownHeight);
H A DPopupWindow.java305 setHeight(height);
740 * @see #setHeight(int)
757 public void setHeight(int height) { method in class:PopupWindow
1378 setHeight(height);
H A DTextView.java661 setHeight(a.getDimensionPixelSize(attr, -1));
2805 * height was set in pixels instead using {@link #setMinHeight(int) or #setHeight(int)}.
2861 * height was set in pixels instead using {@link #setMaxHeight(int) or #setHeight(int)}.
2928 public void setHeight(int pixels) { method in class:TextView

Completed in 514 milliseconds