Searched refs:setHeight (Results 1 - 17 of 17) 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.h97 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/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 DAutoCompleteTextView.java169 mPopup.setHeight(a.getLayoutDimension(
307 mPopup.setHeight(height);
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 DRemoteViewsAdapter.java474 loadingTextView.setHeight(mFirstViewHeight);
H A DEditor.java529 pop.setHeight(ht + l.getHeight());
2093 mPopupWindow.setHeight(ViewGroup.LayoutParams.WRAP_CONTENT);
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
H A DAbsListView.java5636 p.setHeight(LayoutParams.WRAP_CONTENT);
/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/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.java2282 mActionModePopup.setHeight(WRAP_CONTENT);

Completed in 307 milliseconds