Searched refs:setHeight (Results 1 - 25 of 25) sorted by relevance

/packages/apps/Mms/src/org/w3c/dom/smil/
H A DElementLayout.java43 public void setHeight(int height) method in interface:ElementLayout
/packages/apps/Mms/src/com/android/mms/dom/smil/
H A DSmilLayoutElementImpl.java58 rootLayoutNode.setHeight(LayoutManager.getInstance().getLayoutParameters().getHeight());
H A DSmilRootLayoutElementImpl.java57 public void setHeight(int height) throws DOMException { method in class:SmilRootLayoutElementImpl
H A DSmilRegionElementImpl.java225 public void setHeight(int height) throws DOMException { method in class:SmilRegionElementImpl
/packages/apps/Mms/src/com/android/mms/model/
H A DRegionModel.java128 public void setHeight(int height) { method in class:RegionModel
H A DSmilHelper.java277 rootLayoutElement.setHeight(layouts.getLayoutHeight());
293 smilRegion.setHeight(r.getHeight());
H A DSlideshowModel.java124 srle.setHeight(h);
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationOverlayItem.java106 public boolean setHeight(int h) { method in class:ConversationOverlayItem
107 LogUtils.i(LOG_TAG, "IN setHeight=%dpx of overlay item: %s", h, this);
H A DConversationFooterView.java117 if (mFooterItem.setHeight(h)) {
H A DConversationViewHeader.java142 if (mHeaderItem.setHeight(h)) {
H A DMessageHeaderView.java509 mMessageHeaderItem.setHeight(h);
1033 mMessageHeaderItem.setHeight(h);
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DPopupList.java133 mPopupWindow.setHeight(mPopupHeight);
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DUserDictionaryToolsList.java693 stroke.setHeight(row_hight);
713 candidate.setHeight(row_hight);
H A DKeyboardView.java997 previewPopup.setHeight(popupHeight);
1131 mPopupKeyboard.setHeight(mMiniKeyboardContainer.getMeasuredHeight());
H A DTextCandidatesViewManager.java1010 textView.setHeight(mCandidateCategoryMinimumHeight);
1019 textView.setHeight(getCandidateMinimumHeight());
/packages/apps/LegacyCamera/src/com/android/camera/ui/
H A DSharePopup.java153 setHeight(WindowManager.LayoutParams.MATCH_PARENT);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DTextDecoratorUi.java170 mTouchEventWindow.setHeight((int)hitAreaBoundsInScreenCoordinates.height());
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
H A DTutorialEN.java158 pop.setHeight(ht + l.getHeight());
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
H A DTutorialJAJP.java160 pop.setHeight(ht + l.getHeight());
/packages/apps/Launcher2/src/com/android/launcher2/
H A DDragLayer.java382 public void setHeight(int height) { method in class:DragLayer.LayoutParams
H A DCellLayout.java3288 public void setHeight(int height) { method in class:CellLayout.LayoutParams
/packages/apps/Launcher3/src/com/android/launcher3/
H A DDragLayer.java455 public void setHeight(int height) { method in class:DragLayer.LayoutParams
H A DCellLayout.java3209 public void setHeight(int height) { method in class:CellLayout.LayoutParams
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DConversationViewFragment.java947 convItem.setHeight(heightPx);
/packages/apps/Calendar/src/com/android/calendar/
H A DDayView.java1357 mPopup.setHeight(WindowManager.LayoutParams.WRAP_CONTENT);

Completed in 4400 milliseconds