Searched refs:SCALE_PROPERTY (Results 1 – 7 of 7) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | WorkspaceStateTransitionAnimation.java | 21 import static com.android.launcher3.LauncherAnimUtils.SCALE_PROPERTY; 120 propertySetter.setFloat(mWorkspace, SCALE_PROPERTY, mNewScale, scaleInterpolator); in setWorkspaceProperty() 131 propertySetter.setFloat(hotseat, SCALE_PROPERTY, hotseatScale, in setWorkspaceProperty() 208 .setStartValue(SCALE_PROPERTY.get(v)) in getSpringScaleAnimator() 210 .build(v, SCALE_PROPERTY); in getSpringScaleAnimator()
|
D | LauncherAnimUtils.java | 53 public static final FloatProperty<View> SCALE_PROPERTY = field in LauncherAnimUtils
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
D | WorkspaceRevealAnim.java | 18 import static com.android.launcher3.LauncherAnimUtils.SCALE_PROPERTY; 93 ObjectAnimator scale = ObjectAnimator.ofFloat(v, SCALE_PROPERTY, mScaleStart, 1f); in addRevealAnimatorsForView() 106 SCALE_PROPERTY.set(v, 1f); in addRevealAnimatorsForView()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/hybridhotseat/ |
D | HotseatPredictionController.java | 18 import static com.android.launcher3.LauncherAnimUtils.SCALE_PROPERTY; 255 animationSet.play(ObjectAnimator.ofFloat(icon, SCALE_PROPERTY, 0.2f, 1)); in bindItems() 351 ObjectAnimator.ofFloat(icon, SCALE_PROPERTY, 1, 0.8f, 1).start(); in pinPrediction() 389 ObjectAnimator animator = ObjectAnimator.ofFloat(icon, SCALE_PROPERTY, 0); in removePredictedApps()
|
/packages/apps/Launcher3/src/com/android/launcher3/folder/ |
D | FolderAnimationManager.java | 22 import static com.android.launcher3.LauncherAnimUtils.SCALE_PROPERTY; 218 play(a, getAnimator(mFolder.mContent, SCALE_PROPERTY, initialScale, finalScale)); in getAnimator() 219 play(a, getAnimator(mFolder.mFooter, SCALE_PROPERTY, initialScale, finalScale)); in getAnimator() 391 Animator scaleAnimator = getAnimator(btv, SCALE_PROPERTY, initialScale, finalScale); in addPreviewItemAnimators()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/ |
D | QuickstepTransitionManager.java | 26 import static com.android.launcher3.LauncherAnimUtils.SCALE_PROPERTY; 468 final float startScale = SCALE_PROPERTY.get(appsView); in getLauncherContentAnimator() 470 SCALE_PROPERTY.set(appsView, scales[0]); in getLauncherContentAnimator() 482 ObjectAnimator scale = ObjectAnimator.ofFloat(appsView, SCALE_PROPERTY, scales); in getLauncherContentAnimator() 491 SCALE_PROPERTY.set(appsView, startScale); in getLauncherContentAnimator() 507 ObjectAnimator scaleAnim = ObjectAnimator.ofFloat(view, SCALE_PROPERTY, scales) in getLauncherContentAnimator() 537 SCALE_PROPERTY.set(view, 1f); in getLauncherContentAnimator() 569 ObjectAnimator scaleAnim = ObjectAnimator.ofFloat(overview, SCALE_PROPERTY, scales); in composeViewContentAnimator() 576 SCALE_PROPERTY.set(overview, 1f); in composeViewContentAnimator()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | LauncherSwipeHandlerV2.java | 18 import static com.android.launcher3.LauncherAnimUtils.SCALE_PROPERTY; 352 SCALE_PROPERTY.set(workspace, 1f); 353 SCALE_PROPERTY.set(hotseat, 1f);
|