Searched defs:native_setSinCos (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DMatrix_Delegate.java300 /*package*/ static void native_setSinCos(int native_object, float sinValue, float cosValue, method in class:Matrix_Delegate
319 /*package*/ static void native_setSinCos(int native_object, float sinValue, float cosValue) { method in class:Matrix_Delegate
/frameworks/base/graphics/java/android/graphics/
H A DMatrix.java325 native_setSinCos(native_instance, sinValue, cosValue, px, py);
330 native_setSinCos(native_instance, sinValue, cosValue);
809 private static native void native_setSinCos(int native_object, method in class:Matrix
811 private static native void native_setSinCos(int native_object, method in class:Matrix

Completed in 8 milliseconds