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

1 2 3 4 5 6 7 8 91011>>

  /external/jmonkeyengine/engine/src/test/jme3test/gui/
TestZOrder.java 50 p.setHeight(100);
58 p2.setHeight(100);
TestOrtho.java 50 p.setHeight(settings.getHeight());
  /packages/apps/Mms/src/org/w3c/dom/smil/
ElementLayout.java 43 public void setHeight(int height)
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/
Terrain.java 80 * you call setHeight().
84 public void setHeight(Vector2f xzCoordinate, float height);
94 public void setHeight(List<Vector2f> xz, List<Float> height);
97 * Raise/lower the height in one call (instead of getHeight then setHeight).
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListItemsExpandOnSelection.java 43 result.setHeight(desiredHeight);
74 setHeight((int) (mDesiredHeight * 1.5));
76 setHeight(mDesiredHeight);
  /external/chromium/chrome/browser/ui/cocoa/
animatable_view.h 43 - (void)setHeight:(CGFloat)newHeight;
  /external/chromium_org/chrome/browser/ui/cocoa/
animatable_view.h 41 - (void)setHeight:(CGFloat)newHeight;
  /external/chromium_org/third_party/WebKit/Source/core/platform/
LengthSize.h 48 void setHeight(Length height) { m_height = height; }
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AccessibilitySpinButton.cpp 104 parentRect.setHeight(parentRect.height() / 2);
107 parentRect.setHeight(parentRect.height() / 2);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
FloatRect.h 84 void setHeight(float height) { m_size.setHeight(height); }
116 setHeight(std::max(0.0f, height() - delta));
121 setHeight(std::max(0.0f, height() + delta));
150 m_size.setHeight(m_size.height() + dy + dy);
182 m_size.setHeight(bottom - top);
206 a.setHeight(a.height() + b.height());
IntRect.cpp 84 m_size.setHeight(b - t);
105 m_size.setHeight(b - t);
126 m_size.setHeight(bottom - top);
134 m_size.setHeight((int)(height() * s));
IntRect.h 79 void setHeight(int height) { m_size.setHeight(height); }
111 setHeight(std::max(0, height() - delta));
116 setHeight(std::max(0, height() + delta));
145 m_size.setHeight(m_size.height() + dy + dy);
FloatSize.h 63 void setHeight(float height) { m_height = height; }
124 a.setHeight(a.height() + b.height());
131 a.setHeight(a.height() - b.height());
IntSize.h 53 void setHeight(int height) { m_height = height; }
134 a.setHeight(a.height() + b.height());
141 a.setHeight(a.height() - b.height());
LayoutSize.h 54 void setHeight(LayoutUnit height) { m_height = height; }
122 a.setHeight(a.height() + b.height());
129 a.setHeight(a.height() - b.height());
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderOverflow.h 54 void setMaxYLayoutOverflow(LayoutUnit overflow) { m_layoutOverflow.setHeight(overflow - m_layoutOverflow.y()); }
59 void setMaxYVisualOverflow(LayoutUnit overflow) { m_visualOverflow.setHeight(overflow - m_layoutOverflow.y()); }
97 m_layoutOverflow.setHeight(maxY - m_layoutOverflow.y());
107 m_visualOverflow.setHeight(maxY - m_visualOverflow.y());
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
ShadowData.cpp 79 rect.setHeight(rect.height() - shadowTop + shadowBottom);
92 rect.setHeight(rect.height() - shadowTop + shadowBottom);
  /external/chromium_org/third_party/WebKit/Source/core/platform/mac/
ScrollElasticityController.mm 126 m_stretchScrollForce.setHeight(reboundDeltaForElasticDelta(stretchAmount.height()));
193 m_momentumVelocity.setHeight(eventCoalescedDeltaY / (float)timeDelta);
217 m_overflowScrollDelta.setHeight(m_overflowScrollDelta.height() + deltaY);
220 m_overflowScrollDelta.setHeight(m_overflowScrollDelta.height() + deltaY);
279 m_stretchScrollForce.setHeight(m_stretchScrollForce.height() + deltaY);
341 m_origVelocity.setHeight(0);
353 m_stretchScrollForce.setHeight(reboundDeltaForElasticDelta(newStretch.height()));
  /external/jmonkeyengine/engine/src/test/jme3test/post/
TestMultiRenderTarget.java 138 display.setHeight(h);
151 display1.setHeight(h/2);
154 display2.setHeight(h/2);
157 display3.setHeight(h/2);
160 display4.setHeight(h/2);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowBitmap.java 44 shadowBitmap.setHeight(height);
66 shadowBitmap.setHeight(dstHeight);
144 public void setHeight(int height) {
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLCanvasElement.h 75 void setHeight(int);
85 setHeight(newSize.height());
  /external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingConstraints.cpp 41 offset.setHeight(viewportRect.y() - m_viewportRectAtLastLayout.y());
43 offset.setHeight(viewportRect.maxY() - m_viewportRectAtLastLayout.maxY());
  /cts/tests/src/android/widget/cts/util/
ListItemFactory.java 156 result.setHeight(desiredHeight);
196 result.setHeight(desiredHeight);
247 t1.setHeight(desiredHeight);
256 t2.setHeight(desiredHeight);
  /cts/tests/tests/animation/src/android/animation/cts/
ShapeHolder.java 102 public void setHeight(float height) {
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
ShapeHolder.java 92 public void setHeight(float height) {

Completed in 1027 milliseconds

1 2 3 4 5 6 7 8 91011>>