Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DBaseRecentsViewStateController.java28 import static com.android.quickstep.views.RecentsView.RECENTS_GRID_PROGRESS;
71 RECENTS_GRID_PROGRESS.set(mRecentsView, in setState()
115 setter.setFloat(mRecentsView, RECENTS_GRID_PROGRESS, in setStateWithAnimationInternal()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/fallback/
DFallbackRecentsStateController.java27 import static com.android.quickstep.views.RecentsView.RECENTS_GRID_PROGRESS;
97 setter.setFloat(mRecentsView, RECENTS_GRID_PROGRESS, in setProperties()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java331 public static final FloatProperty<RecentsView> RECENTS_GRID_PROGRESS = field in RecentsView
1758 animatorSet.play(ObjectAnimator.ofFloat(this, RECENTS_GRID_PROGRESS, 1)); in onPrepareGestureEndAnimation()