Home
last modified time | relevance | path

Searched refs:RECENTS_SCALE_PROPERTY (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DBaseRecentsViewStateController.java29 import static com.android.quickstep.views.RecentsView.RECENTS_SCALE_PROPERTY;
65 RECENTS_SCALE_PROPERTY.set(mRecentsView, scaleAndOffset[0]); in setState()
94 setter.setFloat(mRecentsView, RECENTS_SCALE_PROPERTY, scaleAndOffset[0], in setStateWithAnimationInternal()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DNoButtonQuickSwitchTouchController.java48 import static com.android.quickstep.views.RecentsView.RECENTS_SCALE_PROPERTY;
224 RECENTS_SCALE_PROPERTY.set(mRecentsView, fromState.getOverviewScaleAndOffset(mLauncher)[0]); in setupOverviewAnimators()
250 yAnim.setFloat(mRecentsView, RECENTS_SCALE_PROPERTY, scaleAndOffset[0], in setupOverviewAnimators()
258 mRecentsView, RECENTS_SCALE_PROPERTY, mRecentsView, in setupOverviewAnimators()
DQuickSwitchTouchController.java34 import static com.android.quickstep.views.RecentsView.RECENTS_SCALE_PROPERTY;
112 RECENTS_SCALE_PROPERTY.set(mOverviewPanel, in initCurrentAnimation()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/fallback/
DFallbackRecentsStateController.java28 import static com.android.quickstep.views.RecentsView.RECENTS_SCALE_PROPERTY;
87 setter.setFloat(mRecentsView, RECENTS_SCALE_PROPERTY, scaleAndOffset[0], in setProperties()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DAnimatorControllerWithResistance.java20 import static com.android.quickstep.views.RecentsView.RECENTS_SCALE_PROPERTY;
208 launcher.getDeviceProfile(), recentsView, RECENTS_SCALE_PROPERTY, recentsView, in createRecentsResistanceFromOverviewAnim()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/states/
DQuickstepAtomicAnimationFactory.java47 import static com.android.quickstep.views.RecentsView.RECENTS_SCALE_PROPERTY;
153 RECENTS_SCALE_PROPERTY.set(overview, RECENTS_PREPARE_SCALE); in prepareForAtomicAnimation()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DBaseActivityInterface.java29 import static com.android.quickstep.views.RecentsView.RECENTS_SCALE_PROPERTY;
450 recentsView, RECENTS_SCALE_PROPERTY, recentsView, in createActivityInterface()
506 pa.addFloat(recentsView, RECENTS_SCALE_PROPERTY, in createBackgroundToOverviewAnim()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java312 public static final FloatProperty<RecentsView> RECENTS_SCALE_PROPERTY = field in RecentsView
3215 anim.play(ObjectAnimator.ofFloat(recentsView, RECENTS_SCALE_PROPERTY, toScale));