Searched refs:startLocal (Results 1 – 1 of 1) sorted by relevance
398 Matrix startLocal = (Matrix) startValues.values.get(PROPNAME_MATRIX); in setMatricesForParent() local399 if (startLocal == null) { in setMatricesForParent()400 startLocal = new Matrix(); in setMatricesForParent()401 startValues.values.put(PROPNAME_MATRIX, startLocal); in setMatricesForParent()405 startLocal.postConcat(startParentMatrix); in setMatricesForParent()406 startLocal.postConcat(toLocal); in setMatricesForParent()