Home
last modified time | relevance | path

Searched refs:FULLSCREEN_PROGRESS (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/
DRecentsViewStateController.java21 import static com.android.quickstep.views.RecentsView.FULLSCREEN_PROGRESS;
79 builder.setFloat(mRecentsView, FULLSCREEN_PROGRESS, in setStateWithAnimationInternal()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/fallback/
DFallbackRecentsStateController.java27 import static com.android.quickstep.views.RecentsView.FULLSCREEN_PROGRESS;
92 setter.setFloat(mRecentsView, FULLSCREEN_PROGRESS, state.isFullScreen() ? 1 : 0, LINEAR); in setProperties()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DBaseActivityInterface.java30 import static com.android.quickstep.views.RecentsView.FULLSCREEN_PROGRESS;
405 pa.addFloat(recentsView, FULLSCREEN_PROGRESS, 1, 0, LINEAR); in createBackgroundToOverviewAnim()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/touchcontrollers/
DNoButtonQuickSwitchTouchController.java49 import static com.android.quickstep.views.RecentsView.FULLSCREEN_PROGRESS;
270 yAnim.setFloat(mRecentsView, FULLSCREEN_PROGRESS, in setupOverviewAnimators()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DRecentsView.java171 public static final FloatProperty<RecentsView> FULLSCREEN_PROGRESS = field in RecentsView
1899 anim.play(ObjectAnimator.ofFloat(recentsView, FULLSCREEN_PROGRESS, 1)); in createAdjacentPageAnimForTaskLaunch()