Home
last modified time | relevance | path

Searched refs:VIEW_TRANSLATE_Y (Results 1 – 12 of 12) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/util/
DMultiTranslateDelegate.java19 import static com.android.launcher3.LauncherAnimUtils.VIEW_TRANSLATE_Y;
61 mTranslationY = new MultiPropertyFactory<>(target, VIEW_TRANSLATE_Y, countY, Float::sum); in MultiTranslateDelegate()
/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspaceStateTransitionAnimation.java28 import static com.android.launcher3.LauncherAnimUtils.VIEW_TRANSLATE_Y;
175 propertySetter.setFloat(mWorkspace, VIEW_TRANSLATE_Y, in setWorkspaceProperty()
190 propertySetter.setFloat(hotseat, VIEW_TRANSLATE_Y, in setWorkspaceProperty()
192 propertySetter.setFloat(mWorkspace.getPageIndicator(), VIEW_TRANSLATE_Y, in setWorkspaceProperty() local
DLauncherAnimUtils.java160 public static final FloatProperty<View> VIEW_TRANSLATE_Y = field in LauncherAnimUtils
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/unfold/
DUnfoldAnimationBuilder.kt26 import com.android.launcher3.LauncherAnimUtils.VIEW_TRANSLATE_Y in <lambda>()
102 VIEW_TRANSLATE_Y, in <lambda>()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DStaggeredWorkspaceAnim.java19 import static com.android.launcher3.LauncherAnimUtils.VIEW_TRANSLATE_Y;
274 .build(v, VIEW_TRANSLATE_Y); in addStaggeredAnimationForView()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarViewController.java24 import static com.android.launcher3.LauncherAnimUtils.VIEW_TRANSLATE_Y;
615 reveal.play(ObjectAnimator.ofFloat(child, VIEW_TRANSLATE_Y, transY)); in addRevealAnimToIsStashed()
754 setter.setFloat(child, VIEW_TRANSLATE_Y, mTaskbarBottomMargin, interpolator); in createIconAlignmentController()
813 setter.setFloat(child, VIEW_TRANSLATE_Y, mTaskbarBottomMargin, interpolator); in createIconAlignmentController()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DIconAppChipView.java22 import static com.android.launcher3.LauncherAnimUtils.VIEW_TRANSLATE_Y;
196 mViewTranslationY = new MultiPropertyFactory<>(this, VIEW_TRANSLATE_Y, in IconAppChipView()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsTransitionController.java22 import static com.android.launcher3.LauncherAnimUtils.VIEW_TRANSLATE_Y;
439 mAppsView, VIEW_TRANSLATE_Y, APPS_VIEW_INDEX_COUNT, Float::sum); in setupViews()
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DDragLayer.java24 import static com.android.launcher3.LauncherAnimUtils.VIEW_TRANSLATE_Y;
359 anim.setFloat(view, VIEW_TRANSLATE_Y, to.top, interpolator); in animateView()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTaskViewUtils.java27 import static com.android.launcher3.LauncherAnimUtils.VIEW_TRANSLATE_Y;
368 out.addFloat(ttv, VIEW_TRANSLATE_Y, translationY, in createRecentsWindowAnimator()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/orientation/
DPortraitPagedViewHandler.java29 import static com.android.launcher3.LauncherAnimUtils.VIEW_TRANSLATE_Y;
154 return VIEW_TRANSLATE_Y; in getSecondaryViewTranslate()
DLandscapePagedViewHandler.kt133 override val primaryViewTranslate: FloatProperty<View> = LauncherAnimUtils.VIEW_TRANSLATE_Y in getClearAllSidePadding()