Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/
H A DTransitionLayoutController.kt114 contentTranslation.x = (disappearParameters.contentTranslationFraction.x - 1.0f) *
116 contentTranslation.y = (disappearParameters.contentTranslationFraction.y - 1.0f) *
338 var contentTranslationFraction = PointF(0.0f, 0.8f) regex
371 if (!contentTranslationFraction.equals(other.contentTranslationFraction)) {
389 result = 31 * result + contentTranslationFraction.hashCode()
400 result.contentTranslationFraction.set(contentTranslationFraction)