MCPcopy Create free account

hub / github.com/HelgePlaschke/Android-Cover-Flow-Widget / functions

Functions23 in github.com/HelgePlaschke/Android-Cover-Flow-Widget

↓ 2 callersMethodtransformImageBitmap
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 callersMethodgetCenterOfCoverflow
Get the Centre of the Coverflow @return The centre of this Coverflow.
src/Com/example/coverflow/CoverFlow.java:124
↓ 1 callersMethodgetCenterOfView
Get the Centre of the View @return The centre of the given view.
src/Com/example/coverflow/CoverFlow.java:134
MethodCoverFlow
(Context context)
src/Com/example/coverflow/CoverFlow.java:58
MethodImageAdapter
(Context c)
example/CoverFlowExample.java:90
MethodcreateReflectedImages
()
example/CoverFlowExample.java:94
MethodgetChildStaticTransformation
{@inheritDoc} @see #setStaticTransformationsEnabled(boolean)
src/Com/example/coverflow/CoverFlow.java:143
MethodgetCount
()
example/CoverFlowExample.java:154
MethodgetItem
(int position)
example/CoverFlowExample.java:158
MethodgetItemId
(int position)
example/CoverFlowExample.java:162
MethodgetMaxRotationAngle
Get the max rotational angle of the image @return the mMaxRotationAngle
src/Com/example/coverflow/CoverFlow.java:78
MethodgetMaxZoom
Get the Max zoom of the centre image @return the mMaxZoom
src/Com/example/coverflow/CoverFlow.java:97
MethodgetScale
Returns the size (0.0f to 1.0f) of the views depending on the 'offset' to the center.
example/CoverFlowExample.java:183
MethodgetView
(int position, View convertView, ViewGroup parent)
example/CoverFlowExample.java:166
MethodgetmZAxis
()
src/Com/example/coverflow/CoverFlow.java:111
MethodonCreate
Called when the activity is first created.
example/CoverFlowExample.java:47
MethodonDown
(MotionEvent e)
src/Com/example/coverflow/CoverFlow.java:220
MethodonFling
(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY)
src/Com/example/coverflow/CoverFlow.java:226
MethodonScroll
(MotionEvent e1, MotionEvent e2, float distanceX, float distanceY)
src/Com/example/coverflow/CoverFlow.java:232
MethodonSizeChanged
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
MethodsetMaxRotationAngle
Set the max rotational angle of each image @param maxRotationAngle the mMaxRotationAngle to set
src/Com/example/coverflow/CoverFlow.java:88
MethodsetMaxZoom
Set the max zoom of the centre image @param maxZoom the mMaxZoom to set
src/Com/example/coverflow/CoverFlow.java:107
MethodsetmZAxis
(float mZAxis)
src/Com/example/coverflow/CoverFlow.java:115