Searched refs:springLoadedProgress (Results 1 – 2 of 2) sorted by relevance
416 float springLoadedProgress = Math.min(1f, 1f - progress);418 springLoadedProgress);746 float alpha, float springLoadedProgress) {748 springLoadedProgress, /* animatorSet= */ null);752 float alpha, float springLoadedProgress, @Nullable AnimatorSet animatorSet) {767 springLoadedProgress)));770 springLoadedProgress)));772 cellLayout.setSpringLoadedProgress(springLoadedProgress);773 pairedCellLayout.setSpringLoadedProgress(springLoadedProgress);776 boolean shouldShowCellLayoutBorder = springLoadedProgress > 0f;
224 float springLoadedProgress = in applyChildState() local227 CellLayout.SPRING_LOADED_PROGRESS, springLoadedProgress, ZOOM_OUT); in applyChildState()