public class

HVGALayoutParameters

extends Object
implements LayoutParameters
java.lang.Object
   ↳ com.android.mms.layout.HVGALayoutParameters

Summary

[Expand]
Inherited Constants
From interface com.android.mms.layout.LayoutParameters
Public Constructors
HVGALayoutParameters(int type)
Public Methods
int getHeight()
Get the height of current layout.
int getImageHeight()
Get the width of the image region of current layout.
int getTextHeight()
Get the height of the text region of current layout.
int getType()
Get the type of current layout.
String getTypeDescription()
Get the type description of current layout.
int getWidth()
Get the width of current layout.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.android.mms.layout.LayoutParameters

Public Constructors

public HVGALayoutParameters (int type)

Public Methods

public int getHeight ()

Get the height of current layout.

public int getImageHeight ()

Get the width of the image region of current layout.

public int getTextHeight ()

Get the height of the text region of current layout.

public int getType ()

Get the type of current layout.

public String getTypeDescription ()

Get the type description of current layout.

public int getWidth ()

Get the width of current layout.