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

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DMatrix_Delegate.java280 /*package*/ static void native_setRotate(int native_object, float degrees, float px, float py) { method in class:Matrix_Delegate
290 /*package*/ static void native_setRotate(int native_object, float degrees) { method in class:Matrix_Delegate
/frameworks/base/graphics/java/android/graphics/
H A DMatrix.java309 native_setRotate(native_instance, degrees, px, py);
316 native_setRotate(native_instance, degrees);
805 private static native void native_setRotate(int native_object, method in class:Matrix
807 private static native void native_setRotate(int native_object, method in class:Matrix

Completed in 8 milliseconds