Searched refs:FULLSCREEN_PROGRESS (Results 1 – 5 of 5) sorted by relevance
21 import static com.android.quickstep.views.RecentsView.FULLSCREEN_PROGRESS;85 propertySetter.setFloat(mRecentsView, FULLSCREEN_PROGRESS, fullscreenProgress, LINEAR); in setStateWithAnimationInternal()
140 FULLSCREEN_PROGRESS.set(this, mZoomInProgress); in setZoomProgress()
387 RecentsView.FULLSCREEN_PROGRESS, fromFullscreenProgress, endFullscreenProgress);
143 public static final FloatProperty<RecentsView> FULLSCREEN_PROGRESS = field in RecentsView1471 anim.play(ObjectAnimator.ofFloat(recentsView, FULLSCREEN_PROGRESS, 1)); in createAdjacentPageAnimForTaskLaunch()
109 public static final FloatProperty<TaskView> FULLSCREEN_PROGRESS = field in TaskView