Searched refs:springLoadedProgress (Results 1 – 2 of 2) sorted by relevance
409 float springLoadedProgress = Math.min(1f, 1f - progress);411 springLoadedProgress);696 float alpha, float springLoadedProgress) {698 springLoadedProgress, /* animatorSet= */ null);702 float alpha, float springLoadedProgress, @Nullable AnimatorSet animatorSet) {717 springLoadedProgress)));720 springLoadedProgress)));722 cellLayout.setSpringLoadedProgress(springLoadedProgress);723 pairedCellLayout.setSpringLoadedProgress(springLoadedProgress);726 boolean shouldShowCellLayoutBorder = springLoadedProgress > 0f;
184 float springLoadedProgress = (state instanceof SpringLoadedState) ? 1.0f : 0f; in applyChildState() local187 CellLayout.SPRING_LOADED_PROGRESS, springLoadedProgress, ZOOM_OUT); in applyChildState()