HomeSort by relevance Sort by last modified time
    Searched refs:setHeight (Results 151 - 175 of 289) sorted by null

1 2 3 4 5 67 8 91011>>

  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
PopupList.java 133 mPopupWindow.setHeight(mPopupHeight);
  /packages/apps/Mms/src/com/android/mms/dom/smil/
SmilRegionElementImpl.java 223 public void setHeight(int height) throws DOMException {
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationViewHeader.java 194 if (mHeaderItem.setHeight(h)) {
MessageHeaderView.java 520 mMessageHeaderItem.setHeight(h);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderReplaced.cpp 83 setHeight(minimumReplacedHeight());
310 constrainedSize.setHeight(RenderBox::computeReplacedLogicalWidth() * intrinsicSize.height() / intrinsicSize.width());
RenderScrollbar.cpp 345 rect.setHeight(rect.height() - partRenderer->marginHeight());
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
H264TrackImpl.java 103 visualSampleEntry.setHeight(height);
127 trackMetaData.setHeight(height);
  /external/replicaisland/src/com/replica/replicaisland/
HudSystem.java 344 bitmap.setHeight((int)(tex.height * STOMP_BUTTON_SCALE));
455 bitmap.setHeight(params.gameHeight);
  /frameworks/base/core/java/android/widget/
AutoCompleteTextView.java 169 mPopup.setHeight(a.getLayoutDimension(
307 mPopup.setHeight(height);
    [all...]
ListPopupWindow.java 499 public void setHeight(int height) {
612 mPopup.setHeight(height);
614 mPopup.setHeight(mDropDownHeight);
    [all...]
PopupWindow.java 308 setHeight(height);
743 * @see #setHeight(int)
760 public void setHeight(int height) {
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
UserDictionaryToolsList.java 693 stroke.setHeight(row_hight);
713 candidate.setHeight(row_hight);
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLInputElement.h 269 void setHeight(unsigned);
  /external/chromium_org/third_party/WebKit/Source/core/html/track/
TextTrackRegion.cpp 118 void TextTrackRegion::setHeight(long value, ExceptionState& es)
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
FloatRect.cpp 158 m_size.setHeight(height() * sy);
  /external/chromium_org/third_party/WebKit/Source/core/platform/image-decoders/gif/
GIFImageDecoder.cpp 311 frameRect.setHeight(size().height() - frameRect.y());
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
BasicShapes.cpp 79 result->setHeight(m_height.blend(o->height(), progress));
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPatternElement.cpp 194 attributes.setHeight(current->heightCurrentValue());
  /external/jmonkeyengine/engine/src/core/com/jme3/texture/
Image.java 571 * <code>setHeight</code> sets the height value of the image. It is
577 public void setHeight(int height) {
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
SharePopup.java 153 setHeight(WindowManager.LayoutParams.MATCH_PARENT);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
TutorialEN.java 158 pop.setHeight(ht + l.getHeight());
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
BalloonHint.java 250 setHeight(newHeight);
  /cts/tests/tests/graphics/src/android/graphics/cts/
BitmapTest.java 546 mBitmap.setHeight(100);
552 mBitmap.setHeight(201);
560 mBitmap.setHeight(1);
  /device/generic/goldfish/opengl/system/egl/
egl.cpp 202 void setHeight(EGLint h) { height = h; }
261 setHeight(h);
358 setHeight(h);
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ListPopupWindow.java 461 public void setHeight(int height) {
571 mPopup.setHeight(height);
573 mPopup.setHeight(mDropDownHeight);
    [all...]

Completed in 1544 milliseconds

1 2 3 4 5 67 8 91011>>