Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/
DTransitionLayoutController.kt125 contentTranslation.x = (disappearParameters.contentTranslationFraction.x - 1.0f) * in getGoneState()
127 contentTranslation.y = (disappearParameters.contentTranslationFraction.y - 1.0f) * in getGoneState()
411 var contentTranslationFraction = PointF(0.0f, 0.8f) variable
444 if (!contentTranslationFraction.equals(other.contentTranslationFraction)) { in equals()
462 result = 31 * result + contentTranslationFraction.hashCode() in hashCode()
473 result.contentTranslationFraction.set(contentTranslationFraction) in deepCopy()