Searched refs:contentTranslation (Results 1 – 4 of 4) sorted by relevance
105 var contentTranslation = 0.0f variable in com.android.systemui.media.controls.ui.view.MediaCarouselScrollHandler238 Math.abs(contentTranslation) in updateSettingsPresentation()247 if (contentTranslation > 0) { in updateSettingsPresentation()253 if (contentTranslation > 0) { in updateSettingsPresentation()260 settingsButton.rotation = rotation * -Math.signum(contentTranslation) in updateSettingsPresentation()398 contentTranslation = newTranslation in onScroll()463 contentTranslation = 0.0f in resetTranslation()469 val clip = contentTranslation != 0.0f || scrollIntoCurrentMedia != 0 in updateClipToOutline()594 return handler.contentTranslation in getValue()598 handler.contentTranslation = value in setValue()
125 contentTranslation.x = (disappearParameters.contentTranslationFraction.x - 1.0f) * in getGoneState()127 contentTranslation.y = (disappearParameters.contentTranslationFraction.y - 1.0f) * in getGoneState()320 contentTranslation.x = MathUtils.lerp( in getInterpolatedState()321 startState.contentTranslation.x, in getInterpolatedState()322 endState.contentTranslation.x, in getInterpolatedState()324 contentTranslation.y = MathUtils.lerp( in getInterpolatedState()325 startState.contentTranslation.y, in getInterpolatedState()326 endState.contentTranslation.y, in getInterpolatedState()
128 val contentTranslationX = currentState.contentTranslation.x.toInt() in applyCurrentState()129 val contentTranslationY = currentState.contentTranslation.y.toInt() in applyCurrentState()344 val contentTranslation = PointF() constant in TransitionViewState354 copy.contentTranslation.set(contentTranslation.x, contentTranslation.y) in copy()375 contentTranslation.set(0.0f, 0.0f) in initFromLayout()
1250 pageIndicator.translationX = translationX + mediaCarouselScrollHandler.contentTranslation in <lambda>()