Searched defs:EdgeEffect (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DEdgeEffect.java34 * <p>EdgeEffect is stateful. Custom widgets using EdgeEffect should create an
48 public class EdgeEffect { class
50 private static final String TAG = "EdgeEffect";
132 * Construct a new EdgeEffect with a theme appropriate for the provided context.
133 * @param context Context used to provide theming and resource information for the EdgeEffect
135 public EdgeEffect(Context context) { method in class:EdgeEffect
176 * Reports if this EdgeEffect's animation is finished. If this method returns false

Completed in 212 milliseconds