HomeSort by relevance Sort by last modified time
    Searched defs:EdgeEffect (Results 1 - 6 of 6) 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 29 // This is copied from android.widget.EdgeEffect with some small modifications:
41 * <p>EdgeEffect is stateful. Custom widgets using EdgeEffect should create an
55 public class EdgeEffect {
57 private static final String TAG = "EdgeEffect";
133 * Construct a new EdgeEffect with a theme appropriate for the provided context.
134 * @param context Context used to provide theming and resource information for the EdgeEffect
136 public EdgeEffect(Context context) {
156 * 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/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 

Completed in 2597 milliseconds