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

123

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/generics/
H A DNest.java25 public void setHeight(int height) { method in class:Nest
H A DBirdTest.java31 home.setHeight(3);
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/javabeans/
H A DDoor.java35 public void setHeight(int height) { method in class:Door
/external/libmojo/mojo/public/cpp/bindings/tests/
H A Drect_blink.h47 void setHeight(int height) { function in class:mojo::test::RectBlink
H A Drect_blink_traits.h29 out->setHeight(r.height());
/external/skia/experimental/svg/model/
H A DSkSVGRect.h24 void setHeight(const SkSVGLength&);
H A DSkSVGSVG.h26 void setHeight(const SkSVGLength&);
H A DSkSVGRect.cpp28 void SkSVGRect::setHeight(const SkSVGLength& h) { function in class:SkSVGRect
59 this->setHeight(*h);
H A DSkSVGSVG.cpp59 void SkSVGSVG::setHeight(const SkSVGLength& h) { function in class:SkSVGSVG
86 this->setHeight(*h);
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowBitmap.java44 shadowBitmap.setHeight(height);
66 shadowBitmap.setHeight(dstHeight);
144 public void setHeight(int height) { method in class:ShadowBitmap
H A DShadowDisplay.java117 public void setHeight(int height) { method in class:ShadowDisplay
H A DShadowPopupWindow.java67 public void setHeight(int height) { method in class:ShadowPopupWindow
H A DShadowBitmapFactory.java86 shadowBitmap.setHeight(widthAndHeight.y);
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/
H A DTrackMetaData.java95 public void setHeight(double height) { method in class:TrackMetaData
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
H A DDisplayTest.java24 shadow.setHeight(600);
H A DBitmapTest.java71 shadowOf(bitmapA1).setHeight(100);
75 shadowOf(bitmapA2).setHeight(101);
/external/replicaisland/src/com/replica/replicaisland/
H A DDebugSystem.java74 bitmap.setHeight((int)height);
H A DMotionBlurComponent.java99 stepImage.setHeight(record.height);
H A DScrollerComponent.java103 background.setHeight(mHeight);
H A DDrawableBitmap.java179 public void setHeight(int height) { method in class:DrawableBitmap
H A DFadeDrawableComponent.java118 bitmap.setHeight((int)parentObject.height);
H A DSpriteComponent.java112 bitmap.setHeight(mHeight);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-jai.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
H A DVisualSampleEntry.java114 public void setHeight(int height) { method in class:VisualSampleEntry
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/widget/
H A DWidget.java133 public void setHeight(float height) { method in class:Widget
137 public void setHeight(float height, SizeLayoutType layoutType) { method in class:Widget

Completed in 433 milliseconds

123