Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DMatrix.java457 return native_postRotate(native_instance, degrees, px, py); in postRotate()
465 return native_postRotate(native_instance, degrees); in postRotate()
854 private static native boolean native_postRotate(int native_object, in native_postRotate() method in Matrix
856 private static native boolean native_postRotate(int native_object, in native_postRotate() method in Matrix
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DMatrix_Delegate.java520 /*package*/ static boolean native_postRotate(int native_object, float degrees, in native_postRotate() method in Matrix_Delegate
532 /*package*/ static boolean native_postRotate(int native_object, float degrees) { in native_postRotate() method in Matrix_Delegate