Searched refs:isCurrentlyInGuidedTransformation (Results 1 – 1 of 1) sorted by relevance
568 if (!willFade || isCurrentlyInGuidedTransformation() || !animate) {590 if (isCurrentlyInGuidedTransformation()) {660 if (isCurrentlyInGuidedTransformation()) {726 if (isCurrentlyInGuidedTransformation() && !isCurrentlyFading()) {769 private fun isCurrentlyInGuidedTransformation(): Boolean { regex842 val onlyUseEndState = !isCurrentlyInGuidedTransformation() || isCurrentlyFading()928 return isCurrentlyInGuidedTransformation() && getTransformationProgress() != 1.0f ||