Home
last modified time | relevance | path

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

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