Searched refs:CONTENT_TRANSITION_PROGRESS (Results 1 – 2 of 2) sorted by relevance
21 import static com.android.quickstep.views.TaskItemView.CONTENT_TRANSITION_PROGRESS;166 CONTENT_TRANSITION_PROGRESS.set(itemView, 1.0f); in animateChangeImpl()172 ObjectAnimator.ofFloat(itemView, CONTENT_TRANSITION_PROGRESS, 0.0f, 1.0f); in animateChangeImpl()183 CONTENT_TRANSITION_PROGRESS.set(itemView, 1.0f); in animateChangeImpl()250 CONTENT_TRANSITION_PROGRESS.set(item.itemView, 1.0f); in endPendingAnimation()
58 public static FloatProperty CONTENT_TRANSITION_PROGRESS = field in TaskItemView92 CONTENT_TRANSITION_PROGRESS.setValue(this, 1.0f); in onFinishInflate()