HomeSort by relevance Sort by last modified time
    Searched refs:native_setSinCos (Results 1 - 2 of 2) sorted by null

  /frameworks/base/graphics/java/android/graphics/
Matrix.java 332 native_setSinCos(native_instance, sinValue, cosValue, px, py);
337 native_setSinCos(native_instance, sinValue, cosValue);
822 private static native void native_setSinCos(int native_object,
824 private static native void native_setSinCos(int native_object,
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Matrix_Delegate.java 300 /*package*/ static void native_setSinCos(int native_object, float sinValue, float cosValue,
319 /*package*/ static void native_setSinCos(int native_object, float sinValue, float cosValue) {
    [all...]

Completed in 462 milliseconds