Home
last modified time | relevance | path

Searched refs:CONTENT_TRANSITION_PROGRESS (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/
DContentFillItemAnimator.java21 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()
/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/views/
DTaskItemView.java58 public static FloatProperty CONTENT_TRANSITION_PROGRESS = field in TaskItemView
92 CONTENT_TRANSITION_PROGRESS.setValue(this, 1.0f); in onFinishInflate()