FileDocCategorySizeDatePackage
LayoutParameters.javaAPI DocAndroid 1.5 API1708Wed May 06 22:42:46 BST 2009com.android.mms.layout

LayoutParameters

public interface LayoutParameters

Fields Summary
public static final int
UNKNOWN
public static final int
HVGA_LANDSCAPE
public static final int
HVGA_PORTRAIT
public static final int
HVGA_LANDSCAPE_WIDTH
public static final int
HVGA_LANDSCAPE_HEIGHT
public static final int
HVGA_PORTRAIT_WIDTH
public static final int
HVGA_PORTRAIT_HEIGHT
Constructors Summary
Methods Summary
public intgetHeight()
Get the height of current layout.

public intgetImageHeight()
Get the width of the image region of current layout.

public intgetTextHeight()
Get the height of the text region of current layout.

public intgetType()
Get the type of current layout.

public java.lang.StringgetTypeDescription()
Get the type description of current layout.

public intgetWidth()
Get the width of current layout.