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.