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 D | BaseRecentsViewStateController.java | 31 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 D | FallbackRecentsStateController.java | 31 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 D | NoButtonQuickSwitchTouchController.java | 48 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 D | QuickSwitchTouchController.java | 34 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 D | AnimatorControllerWithResistance.java | 20 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 D | QuickstepAtomicAnimationFactory.java | 52 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 D | BaseActivityInterface.java | 29 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 D | RecentsView.java | 336 public static final FloatProperty<RecentsView> RECENTS_SCALE_PROPERTY = field in RecentsView 4133 anim.play(ObjectAnimator.ofFloat(recentsView, RECENTS_SCALE_PROPERTY, toScale));
|