Gallery Pack v2
Filter by API Level:
Package Index
|
Class Index
com.droidux.pack.gallery
com.droidux.pack.gallery.adapters
com.droidux.pack.gallery.anim
com.droidux.pack.gallery.cache
com.droidux.pack.gallery.interfaces
com.droidux.pack.gallery.widget
Interfaces
GalleryFlowInterfaces.GalleryFlowViewInterface
GalleryFlowInterfaces.Wall.OnCellClickListener
GalleryFlowInterfaces.WrapperViewInterface
Classes
GalleryFlowInterfaces
GalleryFlowInterfaces.Adapters
GalleryFlowInterfaces.Adapters.AdapterLooper
GalleryFlowInterfaces.Adapters.WallAdapterLooper
GalleryFlowInterfaces.Wall
Package Index
|
Class Index
Since:
API Level 2.5
public static interface
GalleryFlowInterfaces.WrapperViewInterface
com.droidux.pack.gallery.interfaces.GalleryFlowInterfaces.WrapperViewInterface
Class Overview
Represents a View that wraps another view.
Summary
Public Methods
abstract
View
getWrappedView
()
Gets the wrapped view.
Public Methods
public abstract
View
getWrappedView
()
Since:
API Level 2.5
Gets the wrapped view.
Returns
The wrapped view.