Home
last modified time | relevance | path

Searched refs:native_preRotate (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
DMatrix.java412 native_preRotate(native_instance, degrees, px, py); in preRotate()
421 native_preRotate(native_instance, degrees); in preRotate()
873 private static native void native_preRotate(long native_object, in native_preRotate() method in Matrix
875 private static native void native_preRotate(long native_object, in native_preRotate() method in Matrix
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DMatrix_Delegate.java411 /*package*/ static void native_preRotate(long native_object, float degrees, in native_preRotate() method in Matrix_Delegate
420 /*package*/ static void native_preRotate(long native_object, float degrees) { in native_preRotate() method in Matrix_Delegate