Searched refs:currentTranslation (Results 1 – 6 of 6) sorted by relevance
301 val currentTranslation = scrollView.getContentTranslation() regex302 if (currentTranslation != 0.0f) {349 val currentTranslation = scrollView.getContentTranslation() regex351 var newTranslation = currentTranslation - distanceX355 if (Math.signum(distanceX) != Math.signum(currentTranslation)) {358 if (Math.abs(currentTranslation) > getMaxTranslation()) {373 Math.signum(newTranslation) != Math.signum(currentTranslation) &&374 currentTranslation != 0.0f410 val currentTranslation = scrollView.getContentTranslation() regex411 if (currentTranslation != 0.0f) {[all …]
123 var currentTranslation = regex127 var translationRemaining = totalTranslation - currentTranslation130 currentTranslation = -currentTranslation152 startRect.left + currentTranslation,154 startRect.right + currentTranslation,
191 int currentTranslation = (int) ((diff) * value); in createAnimator()193 startRect.left - currentTranslation, in createAnimator()195 startRect.right - currentTranslation, in createAnimator()
101 float currentTranslation = 0; in transformViewInternal() local112 currentTranslation = matchingGroup.getAvatar().getTranslationY() in transformViewInternal()115 currentTranslation = ownGroup.getAvatar().getTranslationY(); in transformViewInternal()121 adaptGroupAppear(ownGroup, transformationAmount, currentTranslation, in transformViewInternal()123 float newPosition = ownGroup.getTop() + currentTranslation; in transformViewInternal()
876 private void setCurrentTranslation(float currentTranslation) { in setCurrentTranslation() argument877 mCurrentTranslation = currentTranslation; in setCurrentTranslation()
1248 float currentTranslation = mQsFrame.getTranslationY(); in applyClippingImmediately() local1250 ? (int) (top - currentTranslation - mQsFrame.getTop()) : 0; in applyClippingImmediately()1252 ? (int) (bottom - currentTranslation - mQsFrame.getTop()) : 0; in applyClippingImmediately()