com.droidux.pack.gallery.interfaces.GalleryFlowInterfaces.GalleryFlowViewInterface |
Known Indirect Subclasses |
Represents contracts to be implemented by the com.droidux.widget.gallery GalleryFlow widgets.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the cache used to store the web images locally.
| |||||||||||
Gets the currently selected actual view given by the adapter's getView().
| |||||||||||
Sets the cache used to store the web images locally.
| |||||||||||
Limits the fling velocity to the specified value.
| |||||||||||
Sets whether to enable/disable scrolling of the gallery.
|
Gets the cache used to store the web images locally.
Gets the currently selected actual view given by the adapter's getView().
Note: The GalleryFlow widgets uses internal GalleryFlowInterfaces.WrapperViewInterface
view to wrap the actual view given by the client's adapter to add
certain attributes and effects.
The getSelectedView() will return the GalleryFlowInterfaces.WrapperViewInterface
. If you need the to get the actual view, instead
of the wrapper, use this function instead of the getSelectedView()
Sets the cache used to store the web images locally.
Limits the fling velocity to the specified value.
maxFlingVelocity | If greater than 0.0, the fling velocity will be limited. |
---|
Sets whether to enable/disable scrolling of the gallery.
enabled | If true, the gallery can be scrolled as normal. Otherwise, it can't be scrolled. |
---|