public interface

LayoutParameters

com.android.mms.layout.LayoutParameters
Known Indirect Subclasses

Summary

Constants
int HVGA_LANDSCAPE
int HVGA_LANDSCAPE_HEIGHT
int HVGA_LANDSCAPE_WIDTH
int HVGA_PORTRAIT
int HVGA_PORTRAIT_HEIGHT
int HVGA_PORTRAIT_WIDTH
int UNKNOWN
Public Methods
abstract int getHeight()
Get the height of current layout.
abstract int getImageHeight()
Get the width of the image region of current layout.
abstract int getTextHeight()
Get the height of the text region of current layout.
abstract int getType()
Get the type of current layout.
abstract String getTypeDescription()
Get the type description of current layout.
abstract int getWidth()
Get the width of current layout.

Constants

public static final int HVGA_LANDSCAPE

Constant Value: 10 (0x0000000a)

public static final int HVGA_LANDSCAPE_HEIGHT

Constant Value: 320 (0x00000140)

public static final int HVGA_LANDSCAPE_WIDTH

Constant Value: 480 (0x000001e0)

public static final int HVGA_PORTRAIT

Constant Value: 11 (0x0000000b)

public static final int HVGA_PORTRAIT_HEIGHT

Constant Value: 480 (0x000001e0)

public static final int HVGA_PORTRAIT_WIDTH

Constant Value: 320 (0x00000140)

public static final int UNKNOWN

Constant Value: -1 (0xffffffff)

Public Methods

public abstract int getHeight ()

Get the height of current layout.

public abstract int getImageHeight ()

Get the width of the image region of current layout.

public abstract int getTextHeight ()

Get the height of the text region of current layout.

public abstract int getType ()

Get the type of current layout.

public abstract String getTypeDescription ()

Get the type description of current layout.

public abstract int getWidth ()

Get the width of current layout.