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

1234

/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/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/actions/
H A DSizeToAction.java51 public void setHeight (float height) { method in class:SizeToAction
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/javabeans/
H A DDoor.java35 public void setHeight(int height) { method in class:Door
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
H A DTextAreaTest.java44 textArea.setHeight(200);
50 textField.setHeight(30);
H A DScrollPane2Test.java70 pane.setHeight(Gdx.graphics.getHeight());
74 pane.setHeight(Gdx.graphics.getHeight());
H A DTextButtonTest.java42 t.setHeight(MathUtils.random(0, 100));
/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
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/
H A DTrackMetaData.java95 public void setHeight(double height) { method in class:TrackMetaData
/external/opencv3/modules/videoio/src/
H A Dcap_winrt_bridge.hpp72 void setHeight(int height);
H A Dcap_winrt_bridge.cpp153 void VideoioBridge::setHeight(int _height) function in class:VideoioBridge
H A Dcap_winrt_capture.cpp166 VideoioBridge::getInstance().setHeight(height);
/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/skia/src/views/animated/
H A DSkProgressBarView.cpp59 this->setHeight(height);
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/
H A DGwtGraphics.java73 canvas.setHeight(config.height);
229 canvas.setHeight(config.height);
320 canvas.setHeight(height);
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/
H A DBaseG3dHudTest.java120 window.setHeight(hudHeight);
196 setHeight(expandHeight);
204 setHeight(collapseHeight);
/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/
H A DStack.java48 setHeight(150);
H A DWidgetGroup.java108 setHeight(parentHeight);
/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);
/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/ ...

Completed in 989 milliseconds

1234