public interface

AdaptableSlideViewInterface

implements SlideViewInterface
com.android.mms.ui.AdaptableSlideViewInterface
Known Indirect Subclasses

Class Overview

The view interface of a slide which elements can be resize.

Summary

Nested Classes
interface AdaptableSlideViewInterface.OnSizeChangedListener  
Public Methods
abstract void setImageRegion(int left, int top, int width, int height)
Set the display region of the image view.
abstract void setOnSizeChangedListener(AdaptableSlideViewInterface.OnSizeChangedListener l)
Set the listener which will be triggered when the size of the view is changed.
abstract void setTextRegion(int left, int top, int width, int height)
Set the display region of the text view.
abstract void setVideoRegion(int left, int top, int width, int height)
Set the display region of the video view.
[Expand]
Inherited Methods
From interface com.android.mms.ui.SlideViewInterface
From interface com.android.mms.ui.ViewInterface

Public Methods

public abstract void setImageRegion (int left, int top, int width, int height)

Set the display region of the image view.

public abstract void setOnSizeChangedListener (AdaptableSlideViewInterface.OnSizeChangedListener l)

Set the listener which will be triggered when the size of the view is changed.

public abstract void setTextRegion (int left, int top, int width, int height)

Set the display region of the text view.

public abstract void setVideoRegion (int left, int top, int width, int height)

Set the display region of the video view.