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

1 2 3 4

  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListItemsExpandOnSelection.java 43 result.setHeight(desiredHeight);
74 setHeight((int) (mDesiredHeight * 1.5));
76 setHeight(mDesiredHeight);
  /packages/apps/Settings/src/com/android/settings/applications/
SpacePreference.java 51 public void setHeight(int height) {
  /external/jmonkeyengine/engine/src/core/com/jme3/ui/
Picture.java 109 public void setHeight(float 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/native/opengl/tests/hwc/
hwcTestLib.h 94 void setHeight(uint32_t h) { _h = h; }
  /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) {
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/
TrackMetaData.java 95 public void setHeight(double height) {
  /external/replicaisland/src/com/replica/replicaisland/
DebugSystem.java 74 bitmap.setHeight((int)height);
DrawableBitmap.java 179 public void setHeight(int height) {
FadeDrawableComponent.java 118 bitmap.setHeight((int)parentObject.height);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowDisplay.java 117 public void setHeight(int height) {
ShadowBitmap.java 44 shadowBitmap.setHeight(height);
66 shadowBitmap.setHeight(dstHeight);
144 public void setHeight(int height) {
ShadowPopupWindow.java 67 public void setHeight(int height) {
  /frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/
BottomScrollViewTest.java 92 public void setHeight(int height) {
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationOverlayItem.java 106 public boolean setHeight(int h) {
107 LogUtils.i(LOG_TAG, "IN setHeight=%dpx of overlay item: %s", h, this);
  /external/jmonkeyengine/engine/src/core/com/jme3/font/
BitmapCharacter.java 100 public void setHeight(int height) {
BitmapCharacterSet.java 176 public void setHeight(int height) {
  /external/jmonkeyengine/engine/src/niftygui/com/jme3/niftygui/
InputSystemJme.java 81 public void setHeight(int height) {
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
TrackHeaderBox.java 229 public void setHeight(double height) {
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
VisualSampleEntry.java 114 public void setHeight(int height) {
  /hardware/intel/img/hwcomposer/merrifield/include/
DataBuffer.h 70 void setHeight(uint32_t height) { mHeight = height; }
  /hardware/intel/img/hwcomposer/moorefield_hdmi/include/
DataBuffer.h 70 void setHeight(uint32_t height) { mHeight = height; }
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GestureToolTip.java 107 fd[i].setHeight(FONT_SIZE);
  /external/jmonkeyengine/engine/src/core/com/jme3/system/
AppSettings.java 435 public void setHeight(int value) {
447 setHeight(height);
617 * @see #setHeight(int)

Completed in 1827 milliseconds

1 2 3 4