Searched refs:native_setRotate (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/graphics/java/android/graphics/ |
D | Matrix.java | 316 native_setRotate(native_instance, degrees, px, py); in setRotate() 323 native_setRotate(native_instance, degrees); in setRotate() 818 private static native void native_setRotate(int native_object, in native_setRotate() method in Matrix 820 private static native void native_setRotate(int native_object, in native_setRotate() method in Matrix
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
D | Matrix_Delegate.java | 280 /*package*/ static void native_setRotate(int native_object, float degrees, float px, float py) { in native_setRotate() method in Matrix_Delegate 290 /*package*/ static void native_setRotate(int native_object, float degrees) { in native_setRotate() method in Matrix_Delegate
|