public interface

ViewInterface

com.android.mms.ui.ViewInterface
Known Indirect Subclasses

Class Overview

Top-level interfaces of views.

Summary

Public Methods
abstract int getHeight()
Get the height of the View object.
abstract int getWidth()
Get the width of the View object.
abstract void reset()
Reset the view (for next presentation).
abstract void setVisibility(boolean visible)
Set the visibility of the View object.

Public Methods

public abstract int getHeight ()

Get the height of the View object.

public abstract int getWidth ()

Get the width of the View object.

public abstract void reset ()

Reset the view (for next presentation).

public abstract void setVisibility (boolean visible)

Set the visibility of the View object.