AdaptableSlideViewInterfacepublic interface AdaptableSlideViewInterface implements SlideViewInterfaceThe view interface of a slide which elements can be resize. |
Methods Summary |
---|
public void | setImageRegion(int left, int top, int width, int height)Set the display region of the image view.
| public void | setOnSizeChangedListener(com.android.mms.ui.AdaptableSlideViewInterface$OnSizeChangedListener l)Set the listener which will be triggered when the size of
the view is changed.
| public void | setTextRegion(int left, int top, int width, int height)Set the display region of the text view.
| public void | setVideoRegion(int left, int top, int width, int height)Set the display region of the video view.
|
|