Searched refs:contentTranslation (Results 1 – 4 of 4) sorted by relevance
114 contentTranslation.x = (disappearParameters.contentTranslationFraction.x - 1.0f) * in getGoneState()116 contentTranslation.y = (disappearParameters.contentTranslationFraction.y - 1.0f) * in getGoneState()242 contentTranslation.x = MathUtils.lerp( in getInterpolatedState()243 startState.contentTranslation.x, in getInterpolatedState()244 endState.contentTranslation.x, in getInterpolatedState()246 contentTranslation.y = MathUtils.lerp( in getInterpolatedState()247 startState.contentTranslation.y, in getInterpolatedState()248 endState.contentTranslation.y, in getInterpolatedState()
121 val contentTranslationX = currentState.contentTranslation.x.toInt() in applyCurrentState()122 val contentTranslationY = currentState.contentTranslation.y.toInt() in applyCurrentState()325 val contentTranslation = PointF() constant333 copy.contentTranslation.set(contentTranslation.x, contentTranslation.y) in copy()352 contentTranslation.set(0.0f, 0.0f) in initFromLayout()
118 var contentTranslation = 0.0f variable in com.android.systemui.media.MediaCarouselScrollHandler245 Math.abs(contentTranslation)) in updateSettingsPresentation()250 if (contentTranslation > 0) { in updateSettingsPresentation()256 if (contentTranslation > 0) { in updateSettingsPresentation()263 settingsButton.rotation = rotation * -Math.signum(contentTranslation) in updateSettingsPresentation()393 contentTranslation = newTranslation in onScroll()460 contentTranslation = 0.0f in resetTranslation()466 val clip = contentTranslation != 0.0f || scrollIntoCurrentMedia != 0 in updateClipToOutline()588 return handler.contentTranslation in getValue()592 handler.contentTranslation = value in setValue()
552 pageIndicator.translationX = translationX + mediaCarouselScrollHandler.contentTranslation in <lambda>()