Java android.support.v4.widget EdgeEffectCompat fields, constructors, methods, implement or subclass

Example usage for Java android.support.v4.widget EdgeEffectCompat fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.support.v4.widget EdgeEffectCompat.

The text is from its open source code.

Constructor

EdgeEffectCompat(Context context)
Construct a new EdgeEffect themed using the given context.

Method

booleandraw(Canvas canvas)
Draw into the provided canvas.
booleanisFinished()
Reports if this EdgeEffectCompat's animation is finished.
booleanonAbsorb(int velocity)
Call when the effect absorbs an impact at the given velocity.
booleanonPull(float deltaDistance)
A view should call this when content is pulled away from an edge by the user.
voidsetSize(int width, int height)
Set the size of this edge effect in pixels.