Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DMatrix.java730 native_getValues(native_instance, values); in getValues()
876 private static native void native_getValues(int native_object, in native_getValues() method in Matrix
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DMatrix_Delegate.java726 /*package*/ static void native_getValues(int native_object, float[] values) { in native_getValues() method in Matrix_Delegate