Searched refs:RECENTS_SCALE_PROPERTY (Results 1 – 8 of 8) sorted by relevance
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/ |
D | BaseRecentsViewStateController.java | 29 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/ |
D | NoButtonQuickSwitchTouchController.java | 48 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()
|
D | QuickSwitchTouchController.java | 34 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/ |
D | FallbackRecentsStateController.java | 28 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/ |
D | AnimatorControllerWithResistance.java | 20 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/ |
D | QuickstepAtomicAnimationFactory.java | 47 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/ |
D | BaseActivityInterface.java | 29 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/ |
D | RecentsView.java | 312 public static final FloatProperty<RecentsView> RECENTS_SCALE_PROPERTY = field in RecentsView 3215 anim.play(ObjectAnimator.ofFloat(recentsView, RECENTS_SCALE_PROPERTY, toScale));
|