public static class

GalleryFlowInterfaces.Adapters.WallAdapterLooper

extends GalleryFlowInterfaces.Adapters.AdapterLooper
java.lang.Object
   ↳ android.widget.BaseAdapter
     ↳ com.droidux.pack.gallery.interfaces.GalleryFlowInterfaces.Adapters.AdapterLooper
       ↳ com.droidux.pack.gallery.interfaces.GalleryFlowInterfaces.Adapters.WallAdapterLooper

Class Overview

A special AdapterLooper to be used with GalleryFlowWall widget.

Summary

[Expand]
Inherited Constants
From interface android.widget.Adapter
Public Constructors
GalleryFlowInterfaces.Adapters.WallAdapterLooper(SpinnerAdapter innerAdapter, int wallHeight)
Construct an adapter looper object to be used by a GalleryFlowWall widget.
Public Methods
int getCenterPosition()
Gets the position of the center item of the looper.
[Expand]
Inherited Methods
From class com.droidux.pack.gallery.interfaces.GalleryFlowInterfaces.Adapters.AdapterLooper
From class android.widget.BaseAdapter
From class java.lang.Object
From interface android.widget.Adapter
From interface android.widget.ListAdapter
From interface android.widget.SpinnerAdapter
From interface com.droidux.pack.gallery.adapters.GalleryUrlImageAdapter

Public Constructors

public GalleryFlowInterfaces.Adapters.WallAdapterLooper (SpinnerAdapter innerAdapter, int wallHeight)

Since: API Level 2.5

Construct an adapter looper object to be used by a GalleryFlowWall widget.

Parameters
innerAdapter The wrapped adapter.
wallHeight The height of the GalleryFlowWall wall.

Public Methods

public int getCenterPosition ()

Since: API Level 2.5

Gets the position of the center item of the looper.

Returns
  • The center position.