HomeSort by relevance Sort by last modified time
    Searched defs:EdgeEffect (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/java/android/widget/
EdgeEffect.java 34 * <p>EdgeEffect is stateful. Custom widgets using EdgeEffect should create an
48 public class EdgeEffect {
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) {
176 * Reports if this EdgeEffect's animation is finished. If this method returns false
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
EdgeEffect.java 27 // This is copied from android.widget.EdgeEffect with some small modifications:
39 * <p>EdgeEffect is stateful. Custom widgets using EdgeEffect should create an
53 public class EdgeEffect {
55 private static final String TAG = "EdgeEffect";
131 * Construct a new EdgeEffect with a theme appropriate for the provided context.
132 * @param context Context used to provide theming and resource information for the EdgeEffect
134 public EdgeEffect(Context context) {
154 * Reports if this EdgeEffect's animation is finished. If this method returns false
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 1484 milliseconds