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

  /frameworks/base/graphics/java/android/graphics/
Matrix.java 489 return native_postConcat(native_instance, other.native_instance);
862 private static native boolean native_postConcat(int native_object,
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Matrix_Delegate.java 362 return native_postConcat(native_object, a);
566 /*package*/ static boolean native_postConcat(int native_object, int other_matrix) {
    [all...]

Completed in 265 milliseconds