Searched defs:native_postRotate (Results 1 - 2 of 2) sorted by last modified time

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DMatrix_Delegate.java520 /*package*/ static boolean native_postRotate(int native_object, float degrees, method in class:Matrix_Delegate
532 /*package*/ static boolean native_postRotate(int native_object, float degrees) { method in class:Matrix_Delegate
/frameworks/base/graphics/java/android/graphics/
H A DMatrix.java450 return native_postRotate(native_instance, degrees, px, py);
458 return native_postRotate(native_instance, degrees);
841 private static native boolean native_postRotate(int native_object, method in class:Matrix
843 private static native boolean native_postRotate(int native_object, method in class:Matrix

Completed in 69 milliseconds