Home
last modified time | relevance | path

Searched refs:SCALE_PROPERTY (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DBaseRecentsViewStateController.java19 import static com.android.launcher3.LauncherAnimUtils.SCALE_PROPERTY;
62 SCALE_PROPERTY.set(mRecentsView, scaleAndTranslation.scale); in setState()
99 setter.setFloat(mRecentsView, SCALE_PROPERTY, scaleAndTranslation.scale, scaleInterpolator); in setStateWithAnimationInternal()
/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspaceStateTransitionAnimation.java20 import static com.android.launcher3.LauncherAnimUtils.SCALE_PROPERTY;
96 propertySetter.setFloat(mWorkspace, SCALE_PROPERTY, mNewScale, scaleInterpolator); in setWorkspaceProperty()
111 propertySetter.setFloat(hotseat, SCALE_PROPERTY, hotseatScale, in setWorkspaceProperty()
DLauncherAnimUtils.java51 public static final FloatProperty<View> SCALE_PROPERTY = field in LauncherAnimUtils
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/fallback/
DFallbackRecentsView.java18 import static com.android.launcher3.LauncherAnimUtils.SCALE_PROPERTY;
138 SCALE_PROPERTY.set(this, Utilities.mapRange(mZoomInProgress, 1, mZoomScale)); in setZoomProgress()
/packages/apps/Launcher3/go/quickstep/src/com/android/launcher3/uioverrides/states/
DOverviewState.java22 import static com.android.launcher3.LauncherAnimUtils.SCALE_PROPERTY;
142 SCALE_PROPERTY.set(overview, RECENTS_PREPARE_SCALE);
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderAnimationManager.java20 import static com.android.launcher3.LauncherAnimUtils.SCALE_PROPERTY;
191 play(a, getAnimator(mFolder, SCALE_PROPERTY, initialScale, finalScale)); in getAnimator()
285 Animator scaleAnimator = getAnimator(btv, SCALE_PROPERTY, initialScale, finalScale); in addPreviewItemAnimators()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/states/
DOverviewState.java21 import static com.android.launcher3.LauncherAnimUtils.SCALE_PROPERTY;
194 SCALE_PROPERTY.set(overview, RECENTS_PREPARE_SCALE);
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DArrowPopup.java381 Animator arrowScale = ObjectAnimator.ofFloat(mArrow, LauncherAnimUtils.SCALE_PROPERTY, 1) in animateOpen()
419 Animator scaleArrow = ObjectAnimator.ofFloat(mArrow, LauncherAnimUtils.SCALE_PROPERTY, 0) in animateClose()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DLauncherActivityControllerHelper.java20 import static com.android.launcher3.LauncherAnimUtils.SCALE_PROPERTY;
382 Animator scale = ObjectAnimator.ofFloat(recentsView, SCALE_PROPERTY,
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DRecentsView.java23 import static com.android.launcher3.LauncherAnimUtils.SCALE_PROPERTY;
1469 anim.play(ObjectAnimator.ofFloat(recentsView, SCALE_PROPERTY, toScale)); in createAdjacentPageAnimForTaskLaunch()