Searched refs:contentTranslation (Results 1 – 4 of 4) sorted by relevance
114 contentTranslation.x = (disappearParameters.contentTranslationFraction.x - 1.0f) *116 contentTranslation.y = (disappearParameters.contentTranslationFraction.y - 1.0f) *242 contentTranslation.x = MathUtils.lerp(243 startState.contentTranslation.x,244 endState.contentTranslation.x,246 contentTranslation.y = MathUtils.lerp(247 startState.contentTranslation.y,248 endState.contentTranslation.y,
121 val contentTranslationX = currentState.contentTranslation.x.toInt()122 val contentTranslationY = currentState.contentTranslation.y.toInt()325 val contentTranslation = PointF() regex333 copy.contentTranslation.set(contentTranslation.x, contentTranslation.y)352 contentTranslation.set(0.0f, 0.0f)
118 var contentTranslation = 0.0f regex245 Math.abs(contentTranslation))250 if (contentTranslation > 0) {256 if (contentTranslation > 0) {263 settingsButton.rotation = rotation * -Math.signum(contentTranslation)393 contentTranslation = newTranslation460 contentTranslation = 0.0f466 val clip = contentTranslation != 0.0f || scrollIntoCurrentMedia != 0588 return handler.contentTranslation592 handler.contentTranslation = value
610 pageIndicator.translationX = translationX + mediaCarouselScrollHandler.contentTranslation