Searched defs:native_preRotate (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DMatrix_Delegate.java420 /*package*/ static boolean native_preRotate(int native_object, float degrees, method in class:Matrix_Delegate
432 /*package*/ static boolean native_preRotate(int native_object, float degrees) { method in class:Matrix_Delegate
/frameworks/base/graphics/java/android/graphics/
H A DMatrix.java386 return native_preRotate(native_instance, degrees, px, py);
394 return native_preRotate(native_instance, degrees);
825 private static native boolean native_preRotate(int native_object, method in class:Matrix
827 private static native boolean native_preRotate(int native_object, method in class:Matrix

Completed in 106 milliseconds