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.kt114 contentTranslation.x = (disappearParameters.contentTranslationFraction.x - 1.0f) * in getGoneState()
116 contentTranslation.y = (disappearParameters.contentTranslationFraction.y - 1.0f) * in getGoneState()
329 var contentTranslationFraction = PointF(0.0f, 0.8f) variable in com.android.systemui.util.animation.DisappearParameters
362 if (!contentTranslationFraction.equals(other.contentTranslationFraction)) { in equals()
380 result = 31 * result + contentTranslationFraction.hashCode() in hashCode()
391 result.contentTranslationFraction.set(contentTranslationFraction) in deepCopy()