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

/frameworks/native/opengl/tests/hwc/
H A DhwcTestLib.h95 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
243 mScaler.setHeight(newHeight);
458 mScaler.setHeight(newHeight);
/frameworks/base/core/java/android/widget/
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 DListPopupWindow.java499 public void setHeight(int height) { method in class:ListPopupWindow
612 mPopup.setHeight(height);
614 mPopup.setHeight(mDropDownHeight);
H A DTextView.java845 setHeight(a.getDimensionPixelSize(attr, -1));
3062 * height was set in pixels instead using {@link #setMinHeight(int) or #setHeight(int)}.
3118 * height was set in pixels instead using {@link #setMaxHeight(int) or #setHeight(int)}.
3185 public void setHeight(int pixels) { method in class:TextView
/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

Completed in 321 milliseconds