Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HelgePlaschke/Android-Cover-Flow-Widget
/ functions
Functions
23 in github.com/HelgePlaschke/Android-Cover-Flow-Widget
⨍
Functions
23
◇
Types & classes
3
↓ 2 callers
Method
transformImageBitmap
Transform the Image Bitmap by the Angle passed @param imageView ImageView the ImageView whose bitmap we want to rotate @param t
src/Com/example/coverflow/CoverFlow.java:195
↓ 1 callers
Method
getCenterOfCoverflow
Get the Centre of the Coverflow @return The centre of this Coverflow.
src/Com/example/coverflow/CoverFlow.java:124
↓ 1 callers
Method
getCenterOfView
Get the Centre of the View @return The centre of the given view.
src/Com/example/coverflow/CoverFlow.java:134
Method
CoverFlow
(Context context)
src/Com/example/coverflow/CoverFlow.java:58
Method
ImageAdapter
(Context c)
example/CoverFlowExample.java:90
Method
createReflectedImages
()
example/CoverFlowExample.java:94
Method
getChildStaticTransformation
{@inheritDoc} @see #setStaticTransformationsEnabled(boolean)
src/Com/example/coverflow/CoverFlow.java:143
Method
getCount
()
example/CoverFlowExample.java:154
Method
getItem
(int position)
example/CoverFlowExample.java:158
Method
getItemId
(int position)
example/CoverFlowExample.java:162
Method
getMaxRotationAngle
Get the max rotational angle of the image @return the mMaxRotationAngle
src/Com/example/coverflow/CoverFlow.java:78
Method
getMaxZoom
Get the Max zoom of the centre image @return the mMaxZoom
src/Com/example/coverflow/CoverFlow.java:97
Method
getScale
Returns the size (0.0f to 1.0f) of the views depending on the 'offset' to the center.
example/CoverFlowExample.java:183
Method
getView
(int position, View convertView, ViewGroup parent)
example/CoverFlowExample.java:166
Method
getmZAxis
()
src/Com/example/coverflow/CoverFlow.java:111
Method
onCreate
Called when the activity is first created.
example/CoverFlowExample.java:47
Method
onDown
(MotionEvent e)
src/Com/example/coverflow/CoverFlow.java:220
Method
onFling
(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY)
src/Com/example/coverflow/CoverFlow.java:226
Method
onScroll
(MotionEvent e1, MotionEvent e2, float distanceX, float distanceY)
src/Com/example/coverflow/CoverFlow.java:232
Method
onSizeChanged
This is called during layout when the size of this view has changed. If you were just added to the view hierarchy, you're called with the old values o
src/Com/example/coverflow/CoverFlow.java:180
Method
setMaxRotationAngle
Set the max rotational angle of each image @param maxRotationAngle the mMaxRotationAngle to set
src/Com/example/coverflow/CoverFlow.java:88
Method
setMaxZoom
Set the max zoom of the centre image @param maxZoom the mMaxZoom to set
src/Com/example/coverflow/CoverFlow.java:107
Method
setmZAxis
(float mZAxis)
src/Com/example/coverflow/CoverFlow.java:115