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

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DMatrix_Delegate.java450 /*package*/ static void native_preConcat(long native_object, long other_matrix) { argument
452 Matrix_Delegate other = sManager.getDelegate(other_matrix);
518 /*package*/ static void native_postConcat(long native_object, long other_matrix) { argument
520 Matrix_Delegate other = sManager.getDelegate(other_matrix);

Completed in 107 milliseconds