Searched refs:SCALE_PROPERTY (Results 1 – 10 of 10) sorted by relevance
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/ |
D | BaseRecentsViewStateController.java | 19 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/ |
D | WorkspaceStateTransitionAnimation.java | 20 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()
|
D | LauncherAnimUtils.java | 51 public static final FloatProperty<View> SCALE_PROPERTY = field in LauncherAnimUtils
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/fallback/ |
D | FallbackRecentsView.java | 18 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/ |
D | OverviewState.java | 22 import static com.android.launcher3.LauncherAnimUtils.SCALE_PROPERTY; 142 SCALE_PROPERTY.set(overview, RECENTS_PREPARE_SCALE);
|
/packages/apps/Launcher3/src/com/android/launcher3/folder/ |
D | FolderAnimationManager.java | 20 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/ |
D | OverviewState.java | 21 import static com.android.launcher3.LauncherAnimUtils.SCALE_PROPERTY; 194 SCALE_PROPERTY.set(overview, RECENTS_PREPARE_SCALE);
|
/packages/apps/Launcher3/src/com/android/launcher3/popup/ |
D | ArrowPopup.java | 381 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/ |
D | LauncherActivityControllerHelper.java | 20 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/ |
D | RecentsView.java | 23 import static com.android.launcher3.LauncherAnimUtils.SCALE_PROPERTY; 1469 anim.play(ObjectAnimator.ofFloat(recentsView, SCALE_PROPERTY, toScale)); in createAdjacentPageAnimForTaskLaunch()
|