public class

GalleryFlowCover

extends GalleryFlowView
java.lang.Object
   ↳ android.view.View
     ↳ android.view.ViewGroup
       ↳ com.droidux.ui.widgets.gallery.DuxAdapterView<T extends android.widget.Adapter>
         ↳ com.droidux.ui.widgets.gallery.GalleryFlowView
           ↳ com.droidux.ui.widgets.gallery.GalleryFlowCover
Known Direct Subclasses

Class Overview

A GalleryFlow widget with a linear flow that you can use to create effect similar to the cover flow effect.

Summary

XML Attributes
Attribute Name Related Method Description
duxglr_maxRotationAngle setMaxRotationAngle(int) Specifies the maximum rotation angle of a view in a GalleryFlow widget. 
[Expand]
Inherited Constants
From class com.droidux.ui.widgets.gallery.DuxAdapterView
From class android.view.ViewGroup
From class android.view.View
[Expand]
Inherited Fields
From class android.view.View
Public Constructors
GalleryFlowCover(Context context)
GalleryFlowCover(Context context, AttributeSet attrs)
GalleryFlowCover(Context context, AttributeSet attrs, int defStyle)
Public Methods
int getMaxRotationAngle()
Gets the maximum rotation angle.
void setMaxRotationAngle(int maxRotationAngle)
Sets the maximum rotation angle.
Protected Methods
boolean transformViewBitmap(View child, Transformation t)
[Expand]
Inherited Methods
From class com.droidux.ui.widgets.gallery.GalleryFlowView
From class com.droidux.ui.widgets.gallery.DuxAdapterView
From class android.view.ViewGroup
From class android.view.View
From class java.lang.Object
From interface android.graphics.drawable.Drawable.Callback
From interface android.view.GestureDetector.OnGestureListener
From interface android.view.KeyEvent.Callback
From interface android.view.ViewManager
From interface android.view.ViewParent
From interface android.view.accessibility.AccessibilityEventSource

XML Attributes

duxglr_maxRotationAngle

Since: API Level

Specifies the maximum rotation angle of a view in a GalleryFlow widget. This angle will be reached when the distance of the view to the center of the gallery reached a certain value as calculated using the value of duxglr_distanceMaxEffect attribute.

Must be an integer value, such as "100".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

Related Methods

Public Constructors

public GalleryFlowCover (Context context)

Since: API Level 3.0

public GalleryFlowCover (Context context, AttributeSet attrs)

Since: API Level 3.0

public GalleryFlowCover (Context context, AttributeSet attrs, int defStyle)

Since: API Level 3.0

Public Methods

public int getMaxRotationAngle ()

Since: API Level

Gets the maximum rotation angle.

Related XML Attributes
Returns
  • The maximum rotation angle

public void setMaxRotationAngle (int maxRotationAngle)

Since: API Level

Sets the maximum rotation angle.

Related XML Attributes
Parameters
maxRotationAngle The maximum rotation angle

Protected Methods

protected boolean transformViewBitmap (View child, Transformation t)

Since: API Level