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

/frameworks/base/core/java/android/widget/
H A DEdgeEffect.java35 * <p>EdgeEffect is stateful. Custom widgets using EdgeEffect should create an
49 public class EdgeEffect { class
51 private static final String TAG = "EdgeEffect";
116 * Construct a new EdgeEffect with a theme appropriate for the provided context.
117 * @param context Context used to provide theming and resource information for the EdgeEffect
119 public EdgeEffect(Context context) { method in class:EdgeEffect
122 com.android.internal.R.styleable.EdgeEffect);
153 * Reports if this EdgeEffect's animation is finished. If this method returns false
177 * <p>Views using EdgeEffect shoul
[all...]

Completed in 189 milliseconds