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

AdaptableSlideViewInterface

public interface AdaptableSlideViewInterface implements SlideViewInterface
The view interface of a slide which elements can be resize.

Fields Summary
Constructors Summary
Methods Summary
public voidsetImageRegion(int left, int top, int width, int height)
Set the display region of the image view.

public voidsetOnSizeChangedListener(com.android.mms.ui.AdaptableSlideViewInterface$OnSizeChangedListener l)
Set the listener which will be triggered when the size of the view is changed.

public voidsetTextRegion(int left, int top, int width, int height)
Set the display region of the text view.

public voidsetVideoRegion(int left, int top, int width, int height)
Set the display region of the video view.