Searched defs:getHeight (Results 1 - 8 of 8) sorted by relevance

/sdk/chimpchat/src/com/android/chimpchat/core/
H A DChimpRect.java76 public int getHeight() { method in class:ChimpRect
88 center[1] = top + getHeight() / 2;
/sdk/emulator/opengl/host/libs/libOpenglRender/
H A DColorBuffer.h33 GLuint getHeight() const { return m_height; } function in class:ColorBuffer
H A DFrameBuffer.h60 int getHeight() const { return m_height; } function in class:FrameBuffer
/sdk/monkeyrunner/src/com/android/monkeyrunner/
H A DMonkeyRect.java70 public PyInteger getHeight() { method in class:MonkeyRect
/sdk/ninepatch/src/com/android/ninepatch/
H A DNinePatch.java148 public int getHeight() { method in class:NinePatch
149 return mImage.getHeight();
186 int height = image.getHeight();
211 image.getWidth() + 2, image.getHeight() + 2);
221 return image.getSubimage(1, 1, image.getWidth() - 2, image.getHeight() - 2);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
H A DLinearLayoutRule.java417 } else if (data.getHeight() != null) {
418 int height = data.getHeight();
752 private Integer getHeight() { method in class:LinearLayoutRule.LinearDropData
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
H A DRelativeLayoutConversionHelper.java387 if (view != null && view.getHeight() > tallestHeight) {
388 tallestHeight = view.getHeight();
1321 public int getHeight() { method in class:RelativeLayoutConversionHelper.View
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
H A DGLProtoBuf.java1825 public int getHeight() { return height_; } method in class:GLProtoBuf.GLMessage.FrameBuffer
1856 output.writeInt32(2, getHeight());
1876 .computeInt32Size(2, getHeight());
2049 setHeight(other.getHeight());
2115 public int getHeight() { method in class:GLProtoBuf.GLMessage.FrameBuffer.Builder
2116 return result.getHeight();

Completed in 1048 milliseconds