Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/transition/
DChangeTransform.java457 Transforms thatTransform = (Transforms) that; in equals() local
458 return thatTransform.translationX == translationX && in equals()
459 thatTransform.translationY == translationY && in equals()
460 thatTransform.translationZ == translationZ && in equals()
461 thatTransform.scaleX == scaleX && in equals()
462 thatTransform.scaleY == scaleY && in equals()
463 thatTransform.rotationX == rotationX && in equals()
464 thatTransform.rotationY == rotationY && in equals()
465 thatTransform.rotationZ == rotationZ; in equals()