FileDocCategorySizeDatePackage
ViewInterface.javaAPI DocAndroid 1.5 API1102Wed May 06 22:42:46 BST 2009com.android.mms.ui

ViewInterface

public interface ViewInterface
Top-level interfaces of views.

Fields Summary
Constructors Summary
Methods Summary
public intgetHeight()
Get the height of the View object.

public intgetWidth()
Get the width of the View object.

public voidreset()
Reset the view (for next presentation).

public voidsetVisibility(boolean visible)
Set the visibility of the View object.