Home
last modified time | relevance | path

Searched refs:RECENTS_GRID_PROGRESS (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
H A DBaseRecentsViewStateController.java30 import static com.android.quickstep.views.RecentsView.RECENTS_GRID_PROGRESS;
70 RECENTS_GRID_PROGRESS.set(mRecentsView, in setState()
108 setter.setFloat(mRecentsView, RECENTS_GRID_PROGRESS, showAsGrid ? 1f : 0f, in setStateWithAnimationInternal()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/fallback/
H A DFallbackRecentsStateController.java30 import static com.android.quickstep.views.RecentsView.RECENTS_GRID_PROGRESS;
106 setter.setFloat(mRecentsView, RECENTS_GRID_PROGRESS, showAsGrid ? 1f : 0f, in setProperties()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DRecentsView.java362 public static final FloatProperty<RecentsView> RECENTS_GRID_PROGRESS = field in RecentsView
2143 animatorSet.play(ObjectAnimator.ofFloat(this, RECENTS_GRID_PROGRESS, 1)); in onPrepareGestureEndAnimation()