Home
last modified time | relevance | path

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

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