Searched refs:RECENTS_GRID_PROGRESS (Results 1 – 3 of 3) sorted by relevance
34 import static com.android.quickstep.views.RecentsView.RECENTS_GRID_PROGRESS;76 RECENTS_GRID_PROGRESS.set(mRecentsView, in setState()142 setter.setFloat(mRecentsView, RECENTS_GRID_PROGRESS, in setStateWithAnimationInternal()
30 import static com.android.quickstep.views.RecentsView.RECENTS_GRID_PROGRESS;114 setter.setFloat(mRecentsView, RECENTS_GRID_PROGRESS, showAsGrid ? 1f : 0f, in setProperties()
419 public static final FloatProperty<RecentsView> RECENTS_GRID_PROGRESS = field in RecentsView2757 animatorSet.play(ObjectAnimator.ofFloat(this, RECENTS_GRID_PROGRESS, 1)); in onPrepareGestureEndAnimation()