Searched refs:FULLSCREEN_PROGRESS (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/fallback/ |
D | FallbackRecentsStateController.java | 26 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/ |
D | RecentsViewStateController.java | 25 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/ |
D | NoButtonQuickSwitchTouchController.java | 47 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/ |
D | BaseActivityInterface.java | 28 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/ |
D | RecentsView.java | 200 public static final FloatProperty<RecentsView> FULLSCREEN_PROGRESS = field in RecentsView 3216 anim.play(ObjectAnimator.ofFloat(recentsView, FULLSCREEN_PROGRESS, 1));
|