Searched refs:nSetRotate (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/base/graphics/java/android/graphics/ |
H A D | Matrix.java | 342 nSetRotate(native_instance, degrees, px, py); in setRotate() 349 nSetRotate(native_instance, degrees); in setRotate() 894 private static native void nSetRotate(long nObject, float degrees, float px, float py); in nSetRotate() method in Matrix 896 private static native void nSetRotate(long nObject, float degrees); in nSetRotate() method in Matrix
|
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/ |
H A D | Matrix_Delegate.java | 295 /*package*/ static void nSetRotate(long native_object, float degrees, float px, float py) { in nSetRotate() method in Matrix_Delegate 305 /*package*/ static void nSetRotate(long native_object, float degrees) { in nSetRotate() method in Matrix_Delegate
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 20863 Landroid/graphics/Matrix;->nSetRotate(JF)V 20864 Landroid/graphics/Matrix;->nSetRotate(JFFF)V
|