Searched refs:contentTranslationFraction (Results 1 – 1 of 1) sorted by relevance
114 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.DisappearParameters362 if (!contentTranslationFraction.equals(other.contentTranslationFraction)) { in equals()380 result = 31 * result + contentTranslationFraction.hashCode() in hashCode()391 result.contentTranslationFraction.set(contentTranslationFraction) in deepCopy()