public class

GalleryFlowZoom

extends GalleryFlowCover
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
             ↳ com.droidux.ui.widgets.gallery.GalleryFlowZoom

Class Overview

A GalleryFlow widget with a linear flow where you can have a zoom effect. To have the zoom effect you have to set the duxglr_cameraZ to a value greater than 0.

Summary

XML Attributes
Attribute Name Related Method Description
duxglr_cameraZ Specifies the maximum distance in the z-axis of the Camera, from the screen to the 'farthest' view, in a GalleryFlow widget. 
[Expand]
Inherited XML Attributes
From class com.droidux.ui.widgets.gallery.GalleryFlowCover
[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
GalleryFlowZoom(Context context)
GalleryFlowZoom(Context context, AttributeSet attrs)
GalleryFlowZoom(Context context, AttributeSet attrs, int defStyle)
[Expand]
Inherited Methods
From class com.droidux.ui.widgets.gallery.GalleryFlowCover
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_cameraZ

Since: API Level

Specifies the maximum distance in the z-axis of the Camera, from the screen to the 'farthest' view, in a GalleryFlow widget.

The selected (center-locked) view is the frontmost view, with z coordinate of 0f. The further the view from the center, the greater the z coordinate. The maximum z distance will be reached when the absolute distance of the view from the center of the gallery reached a certain distance as specified by the 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 GalleryFlowZoom (Context context)

Since: API Level 3.0

public GalleryFlowZoom (Context context, AttributeSet attrs)

Since: API Level 3.0

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

Since: API Level 3.0