Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
H A DBaseRecentsViewStateController.java31 import static com.android.quickstep.views.RecentsView.RECENTS_SCALE_PROPERTY;
64 RECENTS_SCALE_PROPERTY.set(mRecentsView, scaleAndOffset[0]); in setState()
93 setter.setFloat(mRecentsView, RECENTS_SCALE_PROPERTY, scaleAndOffset[0], in setStateWithAnimationInternal()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/fallback/
H A DFallbackRecentsStateController.java31 import static com.android.quickstep.views.RecentsView.RECENTS_SCALE_PROPERTY;
95 setter.setFloat(mRecentsView, RECENTS_SCALE_PROPERTY, scaleAndOffset[0], in setProperties()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
H A DNoButtonQuickSwitchTouchController.java48 import static com.android.quickstep.views.RecentsView.RECENTS_SCALE_PROPERTY;
225 RECENTS_SCALE_PROPERTY.set(mRecentsView, fromState.getOverviewScaleAndOffset(mLauncher)[0]); in setupOverviewAnimators()
253 yAnim.setFloat(mRecentsView, RECENTS_SCALE_PROPERTY, scaleAndOffset[0], in setupOverviewAnimators()
261 mRecentsView, RECENTS_SCALE_PROPERTY, mRecentsView, in setupOverviewAnimators()
H A DQuickSwitchTouchController.java34 import static com.android.quickstep.views.RecentsView.RECENTS_SCALE_PROPERTY;
112 RECENTS_SCALE_PROPERTY.set(mOverviewPanel, in initCurrentAnimation()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
H A DAnimatorControllerWithResistance.java20 import static com.android.quickstep.views.RecentsView.RECENTS_SCALE_PROPERTY;
221 launcher.getDeviceProfile(), recentsView, RECENTS_SCALE_PROPERTY, recentsView, in createRecentsResistanceFromOverviewAnim()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/states/
H A DQuickstepAtomicAnimationFactory.java52 import static com.android.quickstep.views.RecentsView.RECENTS_SCALE_PROPERTY;
159 RECENTS_SCALE_PROPERTY.set(overview, RECENTS_PREPARE_SCALE); in prepareForAtomicAnimation()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DBaseActivityInterface.java29 import static com.android.quickstep.views.RecentsView.RECENTS_SCALE_PROPERTY;
476 recentsView, RECENTS_SCALE_PROPERTY, recentsView, in createActivityInterface()
540 pa.addFloat(recentsView, RECENTS_SCALE_PROPERTY, in createBackgroundToOverviewAnim()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DRecentsView.java336 public static final FloatProperty<RecentsView> RECENTS_SCALE_PROPERTY = field in RecentsView
4133 anim.play(ObjectAnimator.ofFloat(recentsView, RECENTS_SCALE_PROPERTY, toScale));