Home
last modified time | relevance | path

Searched refs:nSetRotate (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
DMatrix.java343 nSetRotate(native_instance, degrees, px, py); in setRotate()
350 nSetRotate(native_instance, degrees); in setRotate()
893 private static native void nSetRotate(long nObject, float degrees, float px, float py); in nSetRotate() method in Matrix
895 private static native void nSetRotate(long nObject, float degrees); in nSetRotate() method in Matrix
/frameworks/layoutlib/bridge/src/android/graphics/
DMatrix_Delegate.java296 /*package*/ static void nSetRotate(long native_object, float degrees, float px, float py) { in nSetRotate() method in Matrix_Delegate
306 /*package*/ static void nSetRotate(long native_object, float degrees) { in nSetRotate() method in Matrix_Delegate
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt20872 Landroid/graphics/Matrix;->nSetRotate(JF)V
20873 Landroid/graphics/Matrix;->nSetRotate(JFFF)V