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

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DMatrix_Delegate.java470 /*package*/ static boolean native_preConcat(int native_object, int other_matrix) { argument
476 Matrix_Delegate other = sManager.getDelegate(other_matrix);
566 /*package*/ static boolean native_postConcat(int native_object, int other_matrix) { argument
572 Matrix_Delegate other = sManager.getDelegate(other_matrix);
/frameworks/base/graphics/java/android/graphics/
H A DMatrix.java834 int other_matrix);
850 int other_matrix);
833 native_preConcat(int native_object, int other_matrix) argument
849 native_postConcat(int native_object, int other_matrix) argument

Completed in 38 milliseconds