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

/frameworks/native/opengl/tests/hwc/
H A DhwcTestLib.h94 void setHeight(uint32_t h) { _h = h; } function in class:HwcTestDim
/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/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java140 public void setHeight(float h) { method in class:ExpandHelper.ViewScaler
191 mScaler.setHeight(newHeight);
457 mScaler.setHeight(newHeight);
/frameworks/base/core/java/android/widget/
H A DListPopupWindow.java527 public void setHeight(int height) { method in class:ListPopupWindow
622 mPopup.setHeight(0);
626 mPopup.setHeight(ViewGroup.LayoutParams.MATCH_PARENT);
663 mPopup.setHeight(heightSpec);
H A DPopupWindow.java383 setHeight(height);
995 * @deprecated Use {@link #setWidth(int)} and {@link #setHeight(int)}.
1011 * @see #setHeight(int)
1031 public void setHeight(int height) { method in class:PopupWindow
2035 setHeight(height);
H A DTextView.java962 setHeight(a.getDimensionPixelSize(attr, -1));
3695 * height was set in pixels instead using {@link #setMinHeight(int) or #setHeight(int)}.
3751 * height was set in pixels instead using {@link #setMaxHeight(int) or #setHeight(int)}.
3818 public void setHeight(int pixels) { method in class:TextView
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWC2.h221 Builder& setHeight(int32_t height) { function in class:HWC2::Display::Config::Builder
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DListPopupWindow.java566 public void setHeight(int height) { method in class:ListPopupWindow
660 mPopup.setHeight(0);
664 mPopup.setHeight(ViewGroup.LayoutParams.MATCH_PARENT);
701 mPopup.setHeight(heightSpec);
/frameworks/base/core/java/com/android/internal/widget/
H A DFloatingToolbar.java760 setHeight(mContentContainer, startHeight + deltaHeight);
838 setHeight(mContentContainer, startHeight + deltaHeight);
1027 mPopupWindow.setHeight(height + mMarginVertical * 2);
1452 private static void setHeight(View view, int height) { method in class:FloatingToolbar.FloatingToolbarPopup
/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java248 * @see #setHeight(int)
278 * @see #setHeight(int)
297 public void setHeight(int height) { method in class:Bitmap
311 * @see #setHeight(int)
1266 * #reconfigure(int, int, Config)}, {@link #setWidth(int)}, {@link #setHeight(int)}, {@link

Completed in 958 milliseconds