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

  /frameworks/base/graphics/java/android/graphics/
ComposePathEffect.java 25 public ComposePathEffect(PathEffect outerpe, PathEffect innerpe) {
27 innerpe.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 912 milliseconds