Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/fallback/
DFallbackRecentsStateController.java26 import static com.android.quickstep.views.RecentsView.FULLSCREEN_PROGRESS;
96 setter.setFloat(mRecentsView, FULLSCREEN_PROGRESS, state.isFullScreen() ? 1 : 0, LINEAR); in setProperties()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DRecentsViewStateController.java25 import static com.android.quickstep.views.RecentsView.FULLSCREEN_PROGRESS;
93 builder.setFloat(mRecentsView, FULLSCREEN_PROGRESS, in setStateWithAnimationInternal()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DNoButtonQuickSwitchTouchController.java47 import static com.android.quickstep.views.RecentsView.FULLSCREEN_PROGRESS;
252 yAnim.setFloat(mRecentsView, FULLSCREEN_PROGRESS, in setupOverviewAnimators()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DBaseActivityInterface.java28 import static com.android.quickstep.views.RecentsView.FULLSCREEN_PROGRESS;
508 pa.addFloat(recentsView, FULLSCREEN_PROGRESS, 1, 0, LINEAR); in createBackgroundToOverviewAnim()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java200 public static final FloatProperty<RecentsView> FULLSCREEN_PROGRESS = field in RecentsView
3216 anim.play(ObjectAnimator.ofFloat(recentsView, FULLSCREEN_PROGRESS, 1));