/**
  * Construct a new EdgeEffect themed using the given context.
  *
  * <p>Note: On platform versions that do not support EdgeEffect, all operations on the newly
  * constructed object will be mocked/no-ops.
  *
  * @param context Context to use for theming the effect
  */
 public EdgeEffectCompat(Context context) {
   mEdgeEffect = IMPL.newEdgeEffect(context);
 }
예제 #2
0
 public EdgeEffectCompat(Context paramContext) {
   this.mEdgeEffect = IMPL.newEdgeEffect(paramContext);
 }