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

/frameworks/base/core/java/android/view/
H A DView.java2656 * calls it such as getMatrix(), hasIdentityMatrix() and getInverseMatrix().
4435 if (!child.hasIdentityMatrix()) {
4929 if (!hasIdentityMatrix()) {
4941 if (!parentView.hasIdentityMatrix()) {
8802 final boolean hasIdentityMatrix() { method in class:View
13317 final boolean childHasIdentityMatrix = hasIdentityMatrix();
13473 if (transformToApply != null || alpha < 1 || !hasIdentityMatrix() ||
15022 if (!hasIdentityMatrix()) {
15036 if (!view.hasIdentityMatrix()) {

Completed in 63 milliseconds