Searched refs:nSetRotate (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DMatrix.java341 nSetRotate(native_instance, degrees, px, py);
348 nSetRotate(native_instance, degrees);
891 private static native void nSetRotate(long nObject, float degrees, float px, float py); method in class:Matrix
893 private static native void nSetRotate(long nObject, float degrees); method in class:Matrix
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DMatrix_Delegate.java293 /*package*/ static void nSetRotate(long native_object, float degrees, float px, float py) { method in class:Matrix_Delegate
303 /*package*/ static void nSetRotate(long native_object, float degrees) { method in class:Matrix_Delegate

Completed in 201 milliseconds