Searched refs:native_preScale (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DMatrix.java394 native_preScale(native_instance, sx, sy, px, py);
403 native_preScale(native_instance, sx, sy);
869 private static native void native_preScale(long native_object, method in class:Matrix
871 private static native void native_preScale(long native_object, method in class:Matrix
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DMatrix_Delegate.java394 /*package*/ static void native_preScale(long native_object, float sx, float sy, method in class:Matrix_Delegate
403 /*package*/ static void native_preScale(long native_object, float sx, float sy) { method in class:Matrix_Delegate

Completed in 99 milliseconds