HomeSort by relevance Sort by last modified time
    Searched full:outerpe (Results 1 - 2 of 2) sorted by null

  /frameworks/base/graphics/java/android/graphics/
ComposePathEffect.java 25 public ComposePathEffect(PathEffect outerpe, PathEffect innerpe) {
26 native_instance = nativeCreate(outerpe.native_instance,
30 private static native int nativeCreate(int outerpe, int innerpe);
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
ComposePathEffect_Delegate.java 65 /*package*/ static int nativeCreate(int outerpe, int innerpe) {

Completed in 208 milliseconds